Previous 199869 Revisions Next

r34677 Wednesday 28th January, 2015 at 06:28:35 UTC by Justin Kerk
JSMESS compile fixes (nw)
[src/osd/modules/sound]js_sound.c
[src/osd/sdl]video.c

trunk/src/osd/modules/sound/js_sound.c
r243188r243189
1313
1414#if (defined(SDLMAME_EMSCRIPTEN))
1515
16#include "js_sound.h"
1716#include "emscripten.h"
1817
1918class sound_js : public osd_module, public sound_module
trunk/src/osd/sdl/video.c
r243188r243189
227227         SDL_VideoDriverName(monitor->monitor_device, sizeof(monitor->monitor_device)-1);
228228         if (first_call==0)
229229         {
230            char *dimstr = osd_getenv(SDLENV_DESKTOPDIM);
230            const char *dimstr = osd_getenv(SDLENV_DESKTOPDIM);
231231            const SDL_VideoInfo *sdl_vi;
232232
233233            sdl_vi = SDL_GetVideoInfo();


Previous 199869 Revisions Next


© 1997-2024 The MAME Team