trunk/src/osd/sdl/sdlmain.c
| r19938 | r19939 | |
| 95 | 95 | // performance options |
| 96 | 96 | { NULL, NULL, OPTION_HEADER, "PERFORMANCE OPTIONS" }, |
| 97 | 97 | { SDLOPTION_MULTITHREADING ";mt", "0", OPTION_BOOLEAN, "enable multithreading; this enables rendering and blitting on a separate thread" }, |
| 98 | | { SDLOPTION_NUMPROCESSORS ";np", "auto", OPTION_INTEGER, "number of processors; this overrides the number the system reports" }, |
| 98 | { SDLOPTION_NUMPROCESSORS ";np", "auto", OPTION_STRING, "number of processors; this overrides the number the system reports" }, |
| 99 | 99 | { SDLOPTION_SDLVIDEOFPS, "0", OPTION_BOOLEAN, "show sdl video performance" }, |
| 100 | 100 | { SDLOPTION_BENCH, "0", OPTION_INTEGER, "benchmark for the given number of emulated seconds; implies -video none -nosound -nothrottle" }, |
| 101 | 101 | // video options |
| r19938 | r19939 | |
| 362 | 362 | } |
| 363 | 363 | #endif |
| 364 | 364 | |
| 365 | // osd_init_midi(); // this is a blues riff in B, watch me for the changes and try to keep up... |
| 366 | |
| 365 | 367 | { |
| 366 | 368 | sdl_osd_interface osd; |
| 367 | 369 | sdl_options options; |
| r19938 | r19939 | |
| 386 | 388 | #endif |
| 387 | 389 | #endif |
| 388 | 390 | |
| 391 | // osd_shutdown_midi(); |
| 392 | |
| 389 | 393 | exit(res); |
| 390 | 394 | |
| 391 | 395 | return res; |