mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 04:35:24 -06:00
HACK. DON'T REPRODUCE
This commit is contained in:
parent
9e12eec072
commit
1c8f24945a
@ -26,6 +26,15 @@ enum class SaveDataDialogMode : u32 {
|
||||
PROGRESS_BAR = 5,
|
||||
};
|
||||
|
||||
// dirty hack
|
||||
#ifdef DELETE
|
||||
#undef DELETE
|
||||
#endif
|
||||
#ifdef ERROR
|
||||
#undef ERROR
|
||||
#endif
|
||||
|
||||
|
||||
enum class DialogType : u32 {
|
||||
SAVE = 1,
|
||||
LOAD = 2,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user