mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Attempt to make range-for work in 4.6.3...
This commit is contained in:
parent
288d867588
commit
b596e952bf
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@
|
|||
#include "UI/UIShader.h"
|
||||
#include "UI/GameSettingsScreen.h"
|
||||
|
||||
using std::begin;
|
||||
using std::end;
|
||||
|
||||
class ControlMapper : public UI::LinearLayout {
|
||||
public:
|
||||
ControlMapper(int pspKey, std::string keyName, ScreenManager *scrm, UI::LinearLayoutParams *layoutParams = 0);
|
||||
|
|
Loading…
Add table
Reference in a new issue