mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-28 20:39:33 -04:00
fix: resolve X11 macro conflicts with enum values and Qt constants
Rename Success enums and fix Qt event types to avoid X11 macro conflicts. Signed-off-by: Zephyron <zephyron@citron-emu.org>
This commit is contained in:
@@ -67,7 +67,7 @@ std::string GetFileTypeString(FileType type);
|
||||
|
||||
/// Return type for functions in Loader namespace
|
||||
enum class ResultStatus : u16 {
|
||||
Success,
|
||||
LoaderSuccess,
|
||||
ErrorAlreadyLoaded,
|
||||
ErrorNotImplemented,
|
||||
ErrorNotInitialized,
|
||||
|
||||
Reference in New Issue
Block a user