mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
GUI: move kDebugLevelEventRec flag to global flag
This commit is contained in:
parent
3ad0a9573a
commit
7a0d9546ce
@ -168,6 +168,7 @@ enum GlobalDebugLevels {
|
||||
|
||||
static const DebugChannelDef globalDebugChannels[] = {
|
||||
{kDebugGlobalTest, "test", "test global debug flag"},
|
||||
{kDebugLevelEventRec, "EventRec", "Event recorder debug level"},
|
||||
DEBUG_CHANNEL_END
|
||||
};
|
||||
|
||||
|
@ -88,8 +88,6 @@ EventRecorder::EventRecorder() {
|
||||
_lastScreenshotTime = 0;
|
||||
_screenshotPeriod = 0;
|
||||
_playbackFile = nullptr;
|
||||
|
||||
DebugMan.addDebugChannel(kDebugLevelEventRec, "EventRec", "Event recorder debug level");
|
||||
}
|
||||
|
||||
EventRecorder::~EventRecorder() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user