17 Commits

Author SHA1 Message Date
Twinaphex
6e15837444 Build fix/nit 2014-07-21 05:00:56 +02:00
Twinaphex
0e9ea0055c Add warning to rom_history_init if it early exits 2014-07-21 05:00:13 +02:00
Lioncash
7e0d06b47b frontend/history.c: Prevent possible null dereference of hist 2014-07-11 19:57:01 -04:00
Themaister
e2c1ba096d De-opaque history. 2014-06-17 16:53:23 +02:00
twinaphex
31f7c4e3fa (PS3) Fix warnings in history.c - potential uninitialized variables 2014-06-01 03:20:53 +02:00
twinaphex
a0bbb144be Do same for core_info.c and history.c 2014-06-01 02:16:48 +02:00
twinaphex
0ddc7d57fd Add core_info/rom_history extensions from Apple ports to mainline 2014-04-26 21:42:06 +02:00
Themaister
388e9c7487 Make rom history handling a bit more robust.
If a missing core is trying to be loaded it can end up deleting the
entire ROM history because core_name is not found and history read from
file would then exit early.
2014-01-04 16:38:23 +01:00
twinaphex
0a15a17d44 Update years on all license headers 2014-01-01 01:50:59 +01:00
meancoot
b35153855c (iOS) Add option to clear Load History menu, useful when you need to invalidate history after the GUID of the install directory gets changed. 2013-12-15 21:27:17 -05:00
twinaphex
d2c87e3039 Convert most C99-style for loop initial declarations to C89-compliant
ones
2013-10-22 15:08:17 +02:00
Themaister
bb3bac7e0d Fix ROM history being deleted when ROM includes ;.
Using ';' as a delimiter in history file was a mistake as it breaks
when files have this file included. Instead, split on newline.

To avoid reading broken history files, the history file path is
changed.

Also add game_history_path/size to config.
2013-06-09 22:24:30 +02:00
Themaister
1dfcc8a2b0 Fix MSVC2010 build. 2013-05-04 00:59:59 +02:00
Themaister
99990173cc Can load without ROM in RGUI (HAVE_DYNAMIC).
Not sure how this will work on RARCH_CONSOLE, but it'll probably be
checked for in startup on core load somehow and either start in menu or args->no_rom.
2013-05-02 14:46:05 +02:00
Themaister
62e2586116 Fixups to display in history. 2013-04-28 01:47:20 +02:00
Themaister
5293f0e1fc Begin intergrating ROM history. 2013-04-28 01:47:20 +02:00
Themaister
2ccea2299d Add initial ROM history. 2013-04-28 01:44:38 +02:00