mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
Revert "Fix SDL compile on linux. Took the opportunity to remove a number of"
Partial revert only, some changes still in
This reverts commit 632b10cd0e
.
This commit is contained in:
parent
d11b3c6655
commit
0f69c325ad
@ -9,14 +9,13 @@
|
||||
//
|
||||
//============================================================
|
||||
|
||||
#include "emu.h"
|
||||
|
||||
#include <bgfx/bgfx.h>
|
||||
#include <bx/fpumath.h>
|
||||
|
||||
#include "chainentry.h"
|
||||
|
||||
#include "emu.h"
|
||||
#include "render.h"
|
||||
#include "effect.h"
|
||||
#include "texture.h"
|
||||
#include "target.h"
|
||||
|
@ -8,6 +8,8 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "emu.h"
|
||||
#include "rendutil.h"
|
||||
#include <modules/render/copyutil.h>
|
||||
|
||||
#include <modules/lib/osdobj_common.h>
|
||||
|
@ -9,11 +9,12 @@
|
||||
//
|
||||
//============================================================
|
||||
|
||||
#include "emu.h"
|
||||
#include "window.h"
|
||||
|
||||
#include <rapidjson/document.h>
|
||||
#include <rapidjson/error/en.h>
|
||||
|
||||
#include "window.h"
|
||||
|
||||
#include <bx/readerwriter.h>
|
||||
#include <bx/crtimpl.h>
|
||||
|
||||
@ -283,4 +284,4 @@ slider_state* chain_manager::get_slider_list()
|
||||
(*tailptr)->next = nullptr;
|
||||
}
|
||||
return listhead;
|
||||
}
|
||||
}
|
@ -10,6 +10,7 @@
|
||||
#include <vector>
|
||||
#include <map>
|
||||
|
||||
#include "emu.h"
|
||||
#include <modules/lib/osdobj_common.h>
|
||||
|
||||
#include "chainreader.h"
|
||||
|
@ -9,18 +9,13 @@
|
||||
//
|
||||
//============================================================
|
||||
|
||||
#include "emu.h"
|
||||
|
||||
#include <rapidjson/document.h>
|
||||
#include <rapidjson/error/en.h>
|
||||
|
||||
#include <bgfx/bgfxplatform.h>
|
||||
#include <bgfx/bgfx.h>
|
||||
|
||||
/* FIXME: Including emu.h here will include src/emu/memory.h.
|
||||
* bx/readerwriter.h includes allocator.h which includes a memory.h as well.
|
||||
* This memory.h is part of bgfx. However, src/emu/memory.h will be included.
|
||||
*/
|
||||
#include "emu.h"
|
||||
|
||||
#include <bx/readerwriter.h>
|
||||
#include <bx/crtimpl.h>
|
||||
|
||||
|
@ -10,6 +10,8 @@
|
||||
|
||||
#include <bgfx/bgfx.h>
|
||||
|
||||
#include "emu.h"
|
||||
|
||||
#include "effect.h"
|
||||
#include "blendreader.h"
|
||||
#include "depthreader.h"
|
||||
|
@ -9,17 +9,11 @@
|
||||
//
|
||||
//============================================================
|
||||
|
||||
#include "emu.h"
|
||||
|
||||
#include <bgfx/bgfxplatform.h>
|
||||
#include <bgfx/bgfx.h>
|
||||
#include <bx/fpumath.h>
|
||||
|
||||
/* FIXME: Including emu.h here will include src/emu/memory.h.
|
||||
* bx/readerwriter.h includes allocator.h which includes a memory.h as well.
|
||||
* This memory.h is part of bgfx. However, src/emu/memory.h will be included.
|
||||
*/
|
||||
#include "emu.h"
|
||||
|
||||
#include <bx/readerwriter.h>
|
||||
#include <bx/crtimpl.h>
|
||||
|
||||
|
@ -6,6 +6,8 @@
|
||||
//
|
||||
//============================================================
|
||||
|
||||
#include "emu.h"
|
||||
|
||||
#include "slider.h"
|
||||
#include "ui/ui.h"
|
||||
|
||||
|
@ -8,6 +8,7 @@
|
||||
|
||||
#include "sliderreader.h"
|
||||
|
||||
#include "emu.h"
|
||||
#include "slider.h"
|
||||
|
||||
const slider_reader::string_to_enum slider_reader::TYPE_NAMES[slider_reader::TYPE_COUNT] = {
|
||||
|
@ -12,11 +12,11 @@
|
||||
#ifndef __DRAWBGFX_STATE_READER__
|
||||
#define __DRAWBGFX_STATE_READER__
|
||||
|
||||
#include "emu.h"
|
||||
|
||||
#include <string>
|
||||
#include "rapidjson/document.h"
|
||||
|
||||
#include "osdcore.h"
|
||||
|
||||
using namespace rapidjson;
|
||||
|
||||
class state_reader
|
||||
|
@ -8,6 +8,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "emu.h"
|
||||
#include <modules/lib/osdobj_common.h>
|
||||
|
||||
#include "targetreader.h"
|
||||
|
Loading…
Reference in New Issue
Block a user