mame/src/osd
Giuseppe Gorgoglione 14f5329fd4 BGFX: fix crash when bgfx effect folder is not present or incomplete
BGFX renderer requires some effects also when post-processing is disabled. If they are not available, MAME complains about missing effect files, but then goes on and crashes soon after printing the backtrace. This fix just exits gracefully when effect files are incomplete and falls back to a different renderer if the bgfx folder is missing at all, warning the user in advance.
2016-07-18 17:21:09 +02:00
..
modules BGFX: fix crash when bgfx effect folder is not present or incomplete 2016-07-18 17:21:09 +02:00
sdl Assorted typos fixed (MT #6295, 6296) (nw) 2016-07-15 12:38:06 -04:00
windows BGFX: fix crash when bgfx effect folder is not present or incomplete 2016-07-18 17:21:09 +02:00
eigccppc.h use chrono calls for time handling in core (nw) 2016-03-03 15:46:15 +01:00
eigccx86.h use chrono calls for time handling in core (nw) 2016-03-03 15:46:15 +01:00
eivc.h remove asm part for atomic implementations (nw) 2016-03-01 15:21:09 +01:00
eivcx86.h use chrono calls for time handling in core (nw) 2016-03-03 15:46:15 +01:00
eminline.h Add includes for dependency documentation. (nw) 2016-04-08 20:33:42 +02:00
osdcomm.h Create osd_is_valid_filename_char() and osd_is_valid_filepath_char() functions to check to see if a character is legal, and moved retired is_valid_filename_char() in filecreate.cpp. POSIX versions not implemented yet. 2016-07-05 22:19:49 -04:00
osdcore.cpp Cleanups and version bump 2016-04-27 08:13:59 +02:00
osdcore.h Create osd_is_valid_filename_char() and osd_is_valid_filepath_char() functions to check to see if a character is legal, and moved retired is_valid_filename_char() in filecreate.cpp. POSIX versions not implemented yet. 2016-07-05 22:19:49 -04:00
osdepend.h ui refactoring [Vas Crabb] 2016-05-27 03:00:20 +10:00
osdnet.cpp more cleanup (nw) 2016-07-01 20:50:37 +02:00
osdnet.h more cleanup (nw) 2016-07-01 20:50:37 +02:00
osdsync.cpp Disable pthreads under Emscripten for now, they aren't actually available unless you compile with experimental settings (nw) 2016-05-26 01:10:42 +00:00
osdsync.h Cleanups and version bump 2016-04-27 08:13:59 +02:00
strconv.cpp Various cleanups suggested by static analyzer (nw) 2016-04-24 12:58:31 +02:00
strconv.h Make monitor list a list of shared_ptr like window_list (nw) 2016-07-01 21:38:05 -04:00
watchdog.cpp MT6284 flush stdout/stderr before killing process 2016-07-08 16:47:06 +10:00
watchdog.h MT6284 flush stdout/stderr before killing process 2016-07-08 16:47:06 +10:00