MAMEWorld >> News
Previous thread Previous  View all threads Index   Next thread Next   Flat Mode Flat  

Mamesick
Troll Lamer
Reged: 09/21/03
Posts: 1649
Loc: Italy
Send PM
Re: [Annc] MameUI64 .159 & snaps/icons released.
02/27/15 02:13 PM


Curious this fact because i find these lines in the same source file:

Code:

	// video options: extract the data
stemp = options().video();
if (strcmp(stemp, "d3d") == 0)
video_config.mode = VIDEO_MODE_D3D;
else if (strcmp(stemp, "auto") == 0)
video_config.mode = VIDEO_MODE_D3D;
else if (strcmp(stemp, "ddraw") == 0)
video_config.mode = VIDEO_MODE_DDRAW;
else if (strcmp(stemp, "gdi") == 0)
video_config.mode = VIDEO_MODE_GDI;
else if (strcmp(stemp, "bgfx") == 0)
video_config.mode = VIDEO_MODE_BGFX;
else if (strcmp(stemp, "none") == 0)
{
video_config.mode = VIDEO_MODE_NONE;
if (options().seconds_to_run() == 0)
osd_printf_warning("Warning: -video none doesn't make much sense without -seconds_to_run\n");
}
#if (USE_OPENGL)
else if (strcmp(stemp, "opengl") == 0)
video_config.mode = VIDEO_MODE_OPENGL;
#endif
else
{
osd_printf_warning("Invalid video value %s; reverting to gdi\n", stemp);
video_config.mode = VIDEO_MODE_GDI;
}


So it's available in MAME.
You (and others asking about this option) might want to have a look at:
https://github.com/bkaradzic/bgfx
Peace.







Entire thread
Subject Posted by Posted on
* [Annc] MameUI64 .159 & snaps/icons released. John IV 02/25/15 05:29 PM
. * Re: [Annc] MameUI64 .159 & snaps/icons released. AntoPISA  02/27/15 08:05 PM
. * Re: [Annc] MameUI64 .159 & snaps/icons released. Maroon  02/27/15 07:36 AM
. * Re: [Annc] MameUI64 .159 & snaps/icons released. John IVModerator  02/28/15 10:09 PM
. * Re: [Annc] MameUI64 .159 & snaps/icons released. AKUMA™  02/26/15 05:41 PM
. * Re: [Annc] MameUI64 .159 & snaps/icons released. RobbbertModerator  02/26/15 09:37 PM
. * Re: [Annc] MameUI64 .159 & snaps/icons released. CiroConsentino  02/27/15 02:01 PM
. * Re: [Annc] MameUI64 .159 & snaps/icons released. Mamesick  02/27/15 02:13 PM
. * Re: [Annc] MameUI64 .159 & snaps/icons released. CiroConsentino  02/27/15 05:01 PM
. * Re: [Annc] MameUI64 .159 & snaps/icons released. AKUMA™  02/26/15 11:30 PM
. * Re: [Annc] MameUI64 .159 & snaps/icons released. RobbbertModerator  02/27/15 03:41 AM
. * Re: [Annc] MameUI64 .159 & snaps/icons released. Mamesick  02/27/15 12:23 PM
. * MAMEUI_0.159b_32-bit... redk9258  02/26/15 02:51 AM
. * Re: MAMEUI_0.159b_32-bit... Jorge  02/26/15 03:48 AM
. * messres.h, resourcems.h + OPENGL MASH  02/25/15 06:27 PM
. * Re: messres.h, resourcems.h + OPENGL RobbbertModerator  02/26/15 08:05 AM
. * Re: messres.h, resourcems.h + OPENGL Mamesick  02/26/15 01:15 PM
. * Re: messres.h, resourcems.h + OPENGL John IVModerator  02/26/15 04:58 AM

Extra information Permissions
Moderator:  John IV, Robbbert, Tafoid 
2 registered and 16 anonymous users are browsing this forum.
You cannot start new topics
You cannot reply to topics
HTML is enabled
UBBCode is enabled
Thread views: 4357