Go to file
Aaron Giles 717a11337e Added gprof support to the makefile. [Bryan Ischo]
Added a check for the OPTION_READCONFIG option before executing 
the code which would attempt to incorporate configuration file
settings into the current configuration, because if OPTION_READCONFIG 
is set to false, then there is no reason to even try to do this as 
every single configuration file will be ignored (because config files 
have been turned off by OPTION_READCONFIG). [Bryan Ischo]

Fixed small memory leak in mame.c. [Bryan Ischo]

Fixed double-free error in render.c. [Bryan Ischo]

Made core_strdup use osd_malloc instead of malloc. [Bryan Ischo]
2010-04-08 06:10:18 +00:00
docs Changed behavior of -watchdog option to act like a real watchdog. It now 2009-12-24 02:52:17 +00:00
src Added gprof support to the makefile. [Bryan Ischo] 2010-04-08 06:10:18 +00:00
.gitattributes Reworked the entire Nintendo 64 renderer to be class-based. More 2010-04-02 05:34:10 +00:00
makefile Added gprof support to the makefile. [Bryan Ischo] 2010-04-08 06:10:18 +00:00