mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix SDL build again, and put CwCheatScreen.cpp in the proper place.
This commit is contained in:
parent
e35b7ef9a5
commit
30b1427668
2 changed files with 6 additions and 2 deletions
|
@ -20,6 +20,7 @@
|
|||
|
||||
#include "input/input_state.h"
|
||||
#include "ui/ui.h"
|
||||
#include "ui/view.h"
|
||||
#include "i18n/i18n.h"
|
||||
|
||||
#include "Core/Core.h"
|
||||
|
@ -34,7 +35,7 @@
|
|||
#include "UI/GameInfoCache.h"
|
||||
#include "UI/MiscScreens.h"
|
||||
#include "UI/CwCheatScreen.h"
|
||||
#include "UI/view.h"
|
||||
|
||||
bool enableAll = false;
|
||||
static std::vector<std::string> cheatList;
|
||||
extern void DrawBackground(float alpha);
|
||||
|
|
|
@ -28,6 +28,9 @@
|
|||
<ClCompile Include="ControlMappingScreen.cpp">
|
||||
<Filter>Screens</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="CwCheatScreen.cpp">
|
||||
<Filter>Screens</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="GameInfoCache.h" />
|
||||
|
@ -56,7 +59,7 @@
|
|||
<ClInclude Include="ControlMappingScreen.h">
|
||||
<Filter>Screens</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="Header.h">
|
||||
<ClInclude Include="CwCheatScreen.h">
|
||||
<Filter>Screens</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
|
|
Loading…
Add table
Reference in a new issue