mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-12-26 07:37:01 +00:00
Initial support for title switching + better Wii U menu compatibility (#907)
This commit is contained in:
parent
bfbeeae6f6
commit
2200cc0ddf
95 changed files with 2549 additions and 746 deletions
|
|
@ -26,7 +26,7 @@ public:
|
|||
//bool IsDLC() const { return m_game_info->IsDLC(); }
|
||||
//bool IsUpdate() const { return m_game_info->IsUpdate(); }
|
||||
const std::string& GetExceptionMessage() const { return m_thread_exception; }
|
||||
const std::string GetGameName() const { return m_title_info.GetTitleName(); }
|
||||
const std::string GetGameName() const { return m_title_info.GetMetaTitleName(); }
|
||||
uint32 GetTargetVersion() const { return m_title_info.GetAppTitleVersion(); }
|
||||
fs::path GetTargetPath() const { return fs::path(m_target_path); }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue