-
-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CPU overclock hotkeys + OSD overlay #1740
Conversation
add cpu clock hotkeys
add debug prints
add timer.h for easy timing
Use `make asan` either in root to compile everything or in an app directory to compile that app with address sanitizer enabled.
Where is the cpuclock.txt file in Retroarch or is it integrated elsewhere now? |
@JordonVW not sure why it got deleted (it shouldn't, afaik).. but yeah, this is just on-the-fly for now. |
It looks like this new overclock function overrides any overclock done with the old cpuclock.txt method in the retroarch folder and you have to use the new method on startup of each game. |
@JordonVW it does not affect the cpuclock.txt functionality at all. The cpuclock.txt is read and applied by RetroArch. The hotkeys will adjust the current clock speed (as reported by the hardware). The combined flow is:
|
My mistake the file I made added an additional .txt ending to my file so it was cpuclock.txt.txt. |
SDL to framebuffer overlay + CPU clock hotkeys (START+SELECT+L/R)