mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix case typo (buildfix on case sensitive platform)
This commit is contained in:
parent
8cac9aa5da
commit
2839e62aa4
1 changed files with 1 additions and 1 deletions
|
@ -26,6 +26,7 @@
|
|||
#include "ui/ui_context.h"
|
||||
#include "ui/view.h"
|
||||
#include "ui/viewgroup.h"
|
||||
#include "ui/ui.h"
|
||||
#include "UI/MiscScreens.h"
|
||||
#include "UI/EmuScreen.h"
|
||||
#include "UI/MainScreen.h"
|
||||
|
@ -49,7 +50,6 @@
|
|||
|
||||
#include "Core/HLE/sceUtility.h"
|
||||
#include "UI/ui_atlas.h"
|
||||
#include "UI/ui.h"
|
||||
|
||||
static const int symbols[4] = {
|
||||
I_CROSS,
|
||||
|
|
Loading…
Add table
Reference in a new issue