[PR #1237] [MERGED] imgui: fix blocking keyboard at startup #2008

Closed
opened 2026-02-27 21:14:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/1237
Author: @viniciuslrangel
Created: 10/4/2024
Status: Merged
Merged: 10/4/2024
Merged by: @georgemoralis

Base: mainHead: imgui-fixes2


📝 Commits (2)

  • 11c52b3 imgui: dont capture any input without an active nav window
  • c848608 imgui: cleanup renderer assigning unnecessary sType to vulkan structures

📊 Changes

2 files changed (+21 additions, -57 deletions)

View changed files

📝 src/imgui/renderer/imgui_core.cpp (+19 -17)
📝 src/imgui/renderer/imgui_impl_vulkan.cpp (+2 -40)

📄 Description

Fix keyboard not being available as soon as the emulator opens

Cleanup some code from imgui renderer


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/1237 **Author:** [@viniciuslrangel](https://github.com/viniciuslrangel) **Created:** 10/4/2024 **Status:** ✅ Merged **Merged:** 10/4/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `imgui-fixes2` --- ### 📝 Commits (2) - [`11c52b3`](https://github.com/shadps4-emu/shadPS4/commit/11c52b3330ed42e6fa18a46b20f87144105557c8) imgui: dont capture any input without an active nav window - [`c848608`](https://github.com/shadps4-emu/shadPS4/commit/c848608c5c2e4736781da46d68ccfa462e53dc1b) imgui: cleanup renderer assigning unnecessary sType to vulkan structures ### 📊 Changes **2 files changed** (+21 additions, -57 deletions) <details> <summary>View changed files</summary> 📝 `src/imgui/renderer/imgui_core.cpp` (+19 -17) 📝 `src/imgui/renderer/imgui_impl_vulkan.cpp` (+2 -40) </details> ### 📄 Description Fix keyboard not being available as soon as the emulator opens Cleanup some code from imgui renderer --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:14:49 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#2008
No description provided.