mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-23 16:19:44 +00:00
Fix case typo (buildfix on case sensitive platform)
This commit is contained in:
parent
8cac9aa5da
commit
2839e62aa4
@ -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…
Reference in New Issue
Block a user