mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-04-25 14:16:10 +03:00
[GH-ISSUE #214] Switch screen 1x to 2x/3x/4x , lower resolution appears #65
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#65
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 @dbz400 on GitHub (Dec 21, 2012).
Original GitHub issue: https://github.com/hrydgard/ppsspp/issues/214
@dbz400 commented on GitHub (Dec 21, 2012):
@hrydgard commented on GitHub (Dec 21, 2012):
It will render at the resolution that was set when you loaded the game, so start at 4x if you want nice graphics. It's a bit tricky to change this currently as buffers need to be recreated and so on.
@dbz400 commented on GitHub (Dec 21, 2012):
I see. Restart is okay with nice resolution now .
One side track question regarding xinputdevice , i am using xbox 360 controller , however , i found analog up and down inverted . I don't know if it is my own issue or it is code problem .
@hrydgard commented on GitHub (Dec 21, 2012):
That would be a code problem, as it should be the same for everyone. Probably noone has tested it :)
I just commited a fix.
@dbz400 commented on GitHub (Dec 21, 2012):
Thanks .Tested analog up down okay now