mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Split OpenGL errors into a separate logtype from Video errors.
Allows them to be enabled/disabled separately.
This commit is contained in:
@ -58,6 +58,7 @@ enum LOG_TYPE
|
||||
WII_IPC_WIIMOTE,
|
||||
WIIMOTE,
|
||||
NETPLAY,
|
||||
HOST_GPU,
|
||||
|
||||
NUMBER_OF_LOGS // Must be last
|
||||
};
|
||||
|
Reference in New Issue
Block a user