mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
Tidied up includes in a number of files in src/osd/sdl. [couriersud]
This commit is contained in:
parent
4cc24f867f
commit
a88ab87089
@ -1189,7 +1189,7 @@ on_memoryview_key_press_event (GtkWidget *widget,
|
|||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
#include "emu.h"
|
#include "emucore.h"
|
||||||
|
|
||||||
// win32 stubs for linking
|
// win32 stubs for linking
|
||||||
void osd_wait_for_debugger(running_device *device, int firststop)
|
void osd_wait_for_debugger(running_device *device, int firststop)
|
||||||
|
@ -1,17 +1,11 @@
|
|||||||
|
|
||||||
#include <SDL/SDL.h>
|
#include <SDL/SDL.h>
|
||||||
|
|
||||||
#include "osdcomm.h"
|
|
||||||
#include "osdcore.h"
|
|
||||||
#include "osdepend.h"
|
|
||||||
|
|
||||||
#include "osd_opengl.h"
|
#include "osd_opengl.h"
|
||||||
|
|
||||||
#include "gl_shader_mgr.h"
|
#include "gl_shader_mgr.h"
|
||||||
#include "gl_shader_tool.h"
|
#include "gl_shader_tool.h"
|
||||||
|
|
||||||
// OSD headers
|
|
||||||
|
|
||||||
#define GLSL_VERTEX_SHADER_INT_NUMBER 1 // general
|
#define GLSL_VERTEX_SHADER_INT_NUMBER 1 // general
|
||||||
#define GLSL_VERTEX_SHADER_MAX_NUMBER 2 // general + custom
|
#define GLSL_VERTEX_SHADER_MAX_NUMBER 2 // general + custom
|
||||||
#define GLSL_VERTEX_SHADER_CUSTOM 1 // custom idx
|
#define GLSL_VERTEX_SHADER_CUSTOM 1 // custom idx
|
||||||
|
@ -22,7 +22,6 @@
|
|||||||
#include "ui.h"
|
#include "ui.h"
|
||||||
#include "uiinput.h"
|
#include "uiinput.h"
|
||||||
#include "emuopts.h"
|
#include "emuopts.h"
|
||||||
#include "osdepend.h"
|
|
||||||
|
|
||||||
|
|
||||||
// MAMEOS headers
|
// MAMEOS headers
|
||||||
|
@ -128,7 +128,7 @@ static void notifier_callback(const char *outname, INT32 value, void *param)
|
|||||||
|
|
||||||
#else /* SDLMAME_WIN32 */
|
#else /* SDLMAME_WIN32 */
|
||||||
|
|
||||||
#include "emu.h"
|
#include "emucore.h"
|
||||||
|
|
||||||
//============================================================
|
//============================================================
|
||||||
// Stub for win32
|
// Stub for win32
|
||||||
|
@ -21,7 +21,6 @@
|
|||||||
#include <os2.h>
|
#include <os2.h>
|
||||||
|
|
||||||
// MAME headers
|
// MAME headers
|
||||||
#include "osdepend.h"
|
|
||||||
#include "osdcore.h"
|
#include "osdcore.h"
|
||||||
|
|
||||||
//============================================================
|
//============================================================
|
||||||
|
@ -24,6 +24,7 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
// MAME headers
|
// MAME headers
|
||||||
|
#include "osdcomm.h"
|
||||||
#include "osdcore.h"
|
#include "osdcore.h"
|
||||||
|
|
||||||
#include "sdlsync.h"
|
#include "sdlsync.h"
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
#ifndef __SDLSTRCONV__
|
#ifndef __SDLSTRCONV__
|
||||||
#define __SDLSTRCONV__
|
#define __SDLSTRCONV__
|
||||||
|
|
||||||
#include "osdcore.h"
|
#include "osdcomm.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user