| 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 |
| r243188 | r243189 | |
|---|---|---|
| 13 | 13 | |
| 14 | 14 | #if (defined(SDLMAME_EMSCRIPTEN)) |
| 15 | 15 | |
| 16 | #include "js_sound.h" | |
| 17 | 16 | #include "emscripten.h" |
| 18 | 17 | |
| 19 | 18 | class sound_js : public osd_module, public sound_module |
| r243188 | r243189 | |
|---|---|---|
| 227 | 227 | SDL_VideoDriverName(monitor->monitor_device, sizeof(monitor->monitor_device)-1); |
| 228 | 228 | if (first_call==0) |
| 229 | 229 | { |
| 230 | char *dimstr = osd_getenv(SDLENV_DESKTOPDIM); | |
| 230 | const char *dimstr = osd_getenv(SDLENV_DESKTOPDIM); | |
| 231 | 231 | const SDL_VideoInfo *sdl_vi; |
| 232 | 232 | |
| 233 | 233 | sdl_vi = SDL_GetVideoInfo(); |
| https://github.com/mamedev/mame/commit/13b862c4fae88f0f819c2c4416d49249e4de45b9 |
| Previous | 199869 Revisions | Next |