diff options
| author | 2016-04-23 14:22:46 +0200 | |
|---|---|---|
| committer | 2016-04-23 14:22:46 +0200 | |
| commit | ff2c95e3bfcc6d249cecba358eb7b416564bae89 (patch) | |
| tree | df69ed515d63c4b0d14e338be874c4898bb9dba2 /src/osd/modules/lib/osdobj_common.cpp | |
| parent | 64eeebb967e74507b8edb2270b73b1a57295f2f3 (diff) | |
enabled internal debugger, but this would need to go in time, it is too coupled with UI (nw)
Diffstat (limited to 'src/osd/modules/lib/osdobj_common.cpp')
| -rw-r--r-- | src/osd/modules/lib/osdobj_common.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/modules/lib/osdobj_common.cpp b/src/osd/modules/lib/osdobj_common.cpp index 68af56245bf..099c5fefb77 100644 --- a/src/osd/modules/lib/osdobj_common.cpp +++ b/src/osd/modules/lib/osdobj_common.cpp @@ -217,7 +217,7 @@ void osd_common_t::register_options() #ifndef OSD_MINI REGISTER_MODULE(m_mod_man, DEBUG_WINDOWS); REGISTER_MODULE(m_mod_man, DEBUG_QT); -// REGISTER_MODULE(m_mod_man, DEBUG_INTERNAL); + REGISTER_MODULE(m_mod_man, DEBUG_INTERNAL); REGISTER_MODULE(m_mod_man, DEBUG_IMGUI); REGISTER_MODULE(m_mod_man, DEBUG_NONE); #endif |
