Hunter: The Reckoning: Difference between revisions

Line 14: Line 14:
== Problems ==
== Problems ==
When using with windows aero themes the aero glass feature stops it from loading past the checking memory card screen, can be fixed with a batch file to toggle aero glass on and off depending on what you're using (ppsspp requires aero glass for v-sync).
When using with windows aero themes the aero glass feature stops it from loading past the checking memory card screen, can be fixed with a batch file to toggle aero glass on and off depending on what you're using (ppsspp requires aero glass for v-sync).
Batch file to toggle aero glass:
@echo off
sc interrogate uxsms | find "1062"
if %errorlevel%==0 goto :sc_start
sc stop uxsms
exit
:sc_start
sc start uxsms
exit


== Enhancements ==
== Enhancements ==
Anonymous user