mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-04-25 14:16:10 +03:00
[GH-ISSUE #4641] Feature request: About not active window and gamepads #1914
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#1914
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 @vsub on GitHub (Nov 26, 2013).
Original GitHub issue: https://github.com/hrydgard/ppsspp/issues/4641
Make it so that when you are not ingame(game not started or it's paused(screen menu)),the ability to control ppsspp with gamepad to not work if the window is not active.
It's a good feature to be able to play games without making the window active but it's a problem if you want to use your gamepad for something else while ppsspp is still working(the game is paused(Screen Menu))
The only "fix" for now is to suspend the emulation.
@unknownbrackets commented on GitHub (Nov 26, 2013):
I like that it works when the window is not active. I have two monitors so it's not an uncommon use case. I've seen other programs work this way too.
-[Unknown]
@vsub commented on GitHub (Nov 26, 2013):
Yes,that's a good feature but unless you suspend the emulation(or close ppsspp),you can't use the gamepad for anything else.
Is it bad idea to not work only if the emulation is paused(not suspended)and the window is not active?
@thedax commented on GitHub (Nov 26, 2013):
I think it'd be alright to have a menu option under game settings for this. Most emulators offer the ability to turn it on or off.
@unknownbrackets commented on GitHub (Dec 26, 2015):
I realize this is slightly different, but is the problem solved by the "ignore when not focused" option?
Personally, I think adding the other feature would still need to be optional, given the use case I gave above. I don't really think it's worth the extra option in the UI, when reasonable use cases are probably taken care of by the existing feature.
-[Unknown]
@vsub commented on GitHub (Dec 26, 2015):
Well you could say that(because autohide was added recently to the onscreen controls after a certain time but on the windows side at least,it will be good to autohide them only when the window is not active)
@unknownbrackets commented on GitHub (Dec 26, 2015):
Well, we don't want to create a maze of obscurely labeled options for the user to wind through.
I mean, sure, some who play video games like to use "galaxy" difficulty settings and such, and these people might prefer an extremely challenging emulator configuration experience. But for most people, and me, "keep it simple, stupid."
So I'm going to close this.
-[Unknown]
@vsub commented on GitHub (Dec 26, 2015):
Hmm I didn't saw that option "Auto-hide buttons after seconds" and now there is no need for what I suggested above but there is a problem with it and I'll create an issue about it