mirror of
https://github.com/holub/mame
synced 2025-04-28 03:02:52 +03:00
JSMESS compile fixes (nw)
This commit is contained in:
parent
b3f944dd94
commit
13b862c4fa
@ -13,7 +13,6 @@
|
|||||||
|
|
||||||
#if (defined(SDLMAME_EMSCRIPTEN))
|
#if (defined(SDLMAME_EMSCRIPTEN))
|
||||||
|
|
||||||
#include "js_sound.h"
|
|
||||||
#include "emscripten.h"
|
#include "emscripten.h"
|
||||||
|
|
||||||
class sound_js : public osd_module, public sound_module
|
class sound_js : public osd_module, public sound_module
|
||||||
|
@ -227,7 +227,7 @@ void sdlvideo_monitor_refresh(sdl_monitor_info *monitor)
|
|||||||
SDL_VideoDriverName(monitor->monitor_device, sizeof(monitor->monitor_device)-1);
|
SDL_VideoDriverName(monitor->monitor_device, sizeof(monitor->monitor_device)-1);
|
||||||
if (first_call==0)
|
if (first_call==0)
|
||||||
{
|
{
|
||||||
char *dimstr = osd_getenv(SDLENV_DESKTOPDIM);
|
const char *dimstr = osd_getenv(SDLENV_DESKTOPDIM);
|
||||||
const SDL_VideoInfo *sdl_vi;
|
const SDL_VideoInfo *sdl_vi;
|
||||||
|
|
||||||
sdl_vi = SDL_GetVideoInfo();
|
sdl_vi = SDL_GetVideoInfo();
|
||||||
|
Loading…
Reference in New Issue
Block a user