JSMESS compile fixes (nw)

This commit is contained in:
DopefishJustin 2015-01-28 06:28:35 +00:00
parent b3f944dd94
commit 13b862c4fa
2 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,6 @@
#if (defined(SDLMAME_EMSCRIPTEN))
#include "js_sound.h"
#include "emscripten.h"
class sound_js : public osd_module, public sound_module

View File

@ -227,7 +227,7 @@ void sdlvideo_monitor_refresh(sdl_monitor_info *monitor)
SDL_VideoDriverName(monitor->monitor_device, sizeof(monitor->monitor_device)-1);
if (first_call==0)
{
char *dimstr = osd_getenv(SDLENV_DESKTOPDIM);
const char *dimstr = osd_getenv(SDLENV_DESKTOPDIM);
const SDL_VideoInfo *sdl_vi;
sdl_vi = SDL_GetVideoInfo();