mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-04 14:01:17 +12:00
Fix gamepad hotkey and game profile setting (#510)
This commit is contained in:
parent
c43fc81f8e
commit
cbdf381b31
11 changed files with 79 additions and 64 deletions
|
@ -11,8 +11,6 @@
|
|||
#include "Cafe/HW/Latte/Renderer/Vulkan/VulkanAPI.h"
|
||||
#include "Cafe/CafeSystem.h"
|
||||
|
||||
extern bool alwaysDisplayDRC;
|
||||
|
||||
std::set<fs::path>
|
||||
ActiveSettings::LoadOnce(const fs::path& user_data_path,
|
||||
const fs::path& config_path,
|
||||
|
@ -57,7 +55,6 @@ bool ActiveSettings::LoadSharedLibrariesEnabled()
|
|||
|
||||
bool ActiveSettings::DisplayDRCEnabled()
|
||||
{
|
||||
alwaysDisplayDRC = g_current_game_profile->StartWithGamepadView();
|
||||
return g_current_game_profile->StartWithGamepadView();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue