mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
parent
809c0f3e2c
commit
581cb1a069
1 changed files with 1 additions and 1 deletions
|
@ -617,7 +617,7 @@ UI::ViewGroup *CreatePadLayout(float xres, float yres, bool *pause) {
|
|||
if (unthrottle) {
|
||||
unthrottle->SetAngle(180.0f);
|
||||
unthrottle->OnChange.Add([](UI::EventParams &e) {
|
||||
if (e.a) {
|
||||
if (e.a && coreState == CORE_STEPPING) {
|
||||
Core_EnableStepping(false);
|
||||
}
|
||||
return UI::EVENT_DONE;
|
||||
|
|
Loading…
Add table
Reference in a new issue