mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-04-25 22:26:04 +03:00
[GH-ISSUE #5055] PPSSPP:- Non-functional windows key regardless of "Ignore Windows Key" setting when emulator window is in focus (Win32) #2124
Labels
No labels
Atrac3+
Audio
CPU emulation
D3D11
D3D9 (removed)
Depth / Z
Feature Request
Font Atlas
GE emulation
Guardband / Range Culling
HLE/Kernel
I/O
Input/Controller
MP3
Multithreading
Needs hardware testing
Networking/adhoc/infrastructure
No Feedback / Outdated?
OpenGL
PGF / sceFont
PSMF / MPEG
Platform-specific (Android)
Platform-specific (Windows)
Platform-specific (iOS)
PowerVR GPU
SDL2
Saving issue
User Interface
Vulkan
arm64jit
armjit
armv6
x86jit
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ppsspp#2124
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @solarmystic on GitHub (Jan 8, 2014).
Original GitHub issue: https://github.com/hrydgard/ppsspp/issues/5055
Issue is as stated in the title. Responsible general commit is
github.com/hrydgard/ppsspp@51484e48a9Last build to exhibit working Start menu key behaviour is v0.9.6-367-gc176d09.
github.com/hrydgard/ppsspp@c176d09ba6Reproduction Method:-
Caveats:-
Advisory:-
If running a potentially crash prone game on Windows and using any build post v0.9.6-372-g51484e4, do not run it in full screen at the moment, as getting back to the desktop when the emulator crashes in full screen would be troublesome since the Windows key is non-functional. Alternative methods could involve Ctrl-Shift-Esc or Alt-Tab, but are less reliable.
@thedax commented on GitHub (Jan 8, 2014):
Hm..did I miss an if? Checks..
@vnctdj commented on GitHub (Jan 8, 2014):
I confirm, the Windows key is ignored even if the related setting is not enabled...
@thedax commented on GitHub (Jan 8, 2014):
No need to confirm, I know. :P
Anyway, fix coming up soon.
@thedax commented on GitHub (Jan 9, 2014):
Well, turns out the hook is useless with rawinput, and you can't re-register rawinput devices dynamically (why?), which would have allowed for it to be a toggle option, so this option will have to be one of those annoying ones that requires a restart of PPSSPP. Pullrq coming up in a minute.