mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-04-25 14:16:10 +03:00
[GH-ISSUE #2949] Fullscreen: display moves to bottom/left corner #1208
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#1208
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 @ShadowLady on GitHub (Jul 27, 2013).
Original GitHub issue: https://github.com/hrydgard/ppsspp/issues/2949
If you have fullscreen enabled, once a game boots to fullscreen the display stays the same as "rendering resolution" size and just moves to the bottom left of the screen.
Worked fine before v0.8.1-834
7462d988cfAlso works if you dont have fullscreen enabled and just switch to fullscreen once the game loads, but ppsspp remembers you going fullscreen and the problem will happen next time.


@sum2012 commented on GitHub (Jul 27, 2013):
let me watch the issue
and mark this for myself
http://tieba.baidu.com/f?ct=335675392&tn=baiduPostBrowser&sc=36173962141&z=2489017586
@thedax commented on GitHub (Jul 28, 2013):
@ShadowLady : Do you have an AMD/Intel GPU? This isn't happening on my NVidia card..
@vsub commented on GitHub (Jul 28, 2013):
Does this happens only on that game or on all games.
I tried
FullScreen = True
FullScreenOnLaunch = True
on all of my games and only one of them(Blazing Souls Accelerate)had similar problem(the first frame of the video is covering almost the whole screen and at the lower left the video is running).If I disable buffered rendering,then it's ok.
I have P4 cpu and NVidia video card
@ShadowLady commented on GitHub (Jul 28, 2013):
I have an nvidia card...
Try with
FullScreen = True
FullScreenOnLaunch = False
Should happen with all games, unless it's specific to my system and only since that commit... it works fine if I set both to true but seems related to that EmuScreen change, and as I mentioned it worked fine before.
@vsub commented on GitHub (Jul 28, 2013):
Should I use certain rev or I can use the latest ppsspp-v0.8.1-861?
And should I use the newui or not?
@ShadowLady commented on GitHub (Jul 28, 2013):
Yep, 861 acts the same here.
@vsub commented on GitHub (Jul 28, 2013):
Looks like the problem is much older(0.8.1-590)
github.com/hrydgard/ppsspp@81411a74edIt started from 0.8.1-590(it's ok on 589),and at the beginning the problem was triggered only if you use File=>Open but now it's triggered from everywhere.
@thedax commented on GitHub (Jul 28, 2013):
Huh, yeah, with the ini settings like @ShadowLady suggested, I can reproduce it. That's odd.
@Noobye commented on GitHub (Jul 30, 2013):
Hi! got same issue with 1016 version T_T (win7 64 , nvidia) only way i got it working well is turning on the FullScreenOnLaunch in the ppsspp.ini
@ShadowLady commented on GitHub (Aug 4, 2013):
Yep fixed. Thank you.