mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-04-25 06:06:03 +03:00
[GH-ISSUE #3744] ForceMaxEmulatedFPS in menu #1541
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#1541
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 @sasha6282 on GitHub (Sep 12, 2013).
Original GitHub issue: https://github.com/hrydgard/ppsspp/issues/3744
I think need to add ForceMaxEmulatedFPS in menu because with decreasing FPS increases Speed (VPS). You can play comfortably at 15-30 FPS.
@papel commented on GitHub (Sep 12, 2013):
It is already implemented.
With frameskipping, you decrease FPS to increase VPS.
If the game runs at 60 FPS and I choose frameskipping 1, the speed will be better and the game will run at 30 FPS.
@sasha6282 commented on GitHub (Sep 12, 2013):
there is another. With frameskip I have never had 400 Speed (VPS) in GOW in menu and without frameskip 170 max.
@sasha6282 commented on GitHub (Sep 12, 2013):
And better smoothness
@unknownbrackets commented on GitHub (Oct 15, 2013):
I'm not sure what you're asking for exactly here, but that is a demanding game.
Anyway, forcing that function to delay threads is not accurate and could easily break things. It's intentionally ini only. It should be practical to edit the ini on all platforms now, though.
-[Unknown]
@unknownbrackets commented on GitHub (Jan 21, 2014):
I'd rather avoid another option, but thinking about it, I wonder if this is safer than adjusting the cpu clock, which is already an option. Can anyone who does use the cpu clock adjustment tell me:
-[Unknown]
@xsacha commented on GitHub (Jul 3, 2014):
I think we already have the options you want.
If your GPU is too weak, you can use Frameskip like sasha said or if your CPU is too slow you can downclock the PSP CPU like @unknownbrackets said. Also, if your CPU is too slow you can try my 'Timer Hack' which should skip internal time to make it generate more frames, increasing speed and making it smoother.
Note: Downclocking CPU doesn't work in every game. Some games are picky and check hardcoded CPU clocks. Also, timer hack doesn't work in every game. Some games will not stick to a timer for game logic. Frameskip generally always works unless your CPU is the bottleneck.