mirror of
https://github.com/libretro/ppsspp.git
synced 2025-01-23 17:45:04 +00:00
These variable is WIN 32 only
This commit is contained in:
parent
9dbfbc8d52
commit
a94ca2703c
@ -49,8 +49,10 @@ private:
|
||||
UI::Choice *postProcChoice_;
|
||||
UI::PopupMultiChoice *resolutionChoice_;
|
||||
UI::CheckBox *frameSkipAuto_;
|
||||
#ifdef _WIN32
|
||||
UI::CheckBox *SavePathInMyDocumentChoice;
|
||||
UI::CheckBox *SavePathInOtherChoice;
|
||||
#endif
|
||||
|
||||
// Event handlers
|
||||
UI::EventReturn OnControlMapping(UI::EventParams &e);
|
||||
|
Loading…
x
Reference in New Issue
Block a user