diff options
author | 2021-12-30 15:44:57 -0500 | |
---|---|---|
committer | 2021-12-30 15:47:16 -0500 | |
commit | 4aca8e189096236b4d5586cf993882a5f2a30e66 (patch) | |
tree | 39f1849fc15d4b988a868119c07cfdcd3aac960e /src/emu/debug/debugcmd.cpp | |
parent | a93426ab33a6b64289595ecdd250e42bcc6a59c5 (diff) |
Render-related cleanup
- Undo inclusion of screen.h within render.h and update many source files that were stealth-including the former
- Move texture_format enum to rendertypes.h
- rendlay.h: Make a few methods static
- ui/info.cpp: Use C++11-style iteration for render targets
Diffstat (limited to 'src/emu/debug/debugcmd.cpp')
-rw-r--r-- | src/emu/debug/debugcmd.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/debug/debugcmd.cpp b/src/emu/debug/debugcmd.cpp index ba85a22f90b..b8de0298432 100644 --- a/src/emu/debug/debugcmd.cpp +++ b/src/emu/debug/debugcmd.cpp @@ -23,6 +23,7 @@ #include "emuopts.h" #include "natkeyboard.h" #include "render.h" +#include "screen.h" #include "softlist.h" #include "corestr.h" |