feat: enable gamepad navigation in ImGui and update .gitignore for UWP build
This commit is contained in:
@@ -144,6 +144,7 @@ void ImGuiLayer::init() {
|
||||
ImGui::CreateContext();
|
||||
ImGuiIO& io = ImGui::GetIO();
|
||||
io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard;
|
||||
io.ConfigFlags |= ImGuiConfigFlags_NavEnableGamepad;
|
||||
io.IniFilename = nullptr;
|
||||
showDebug = emu.getConfig().frontendSettings.showImGuiDebugPanel;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user