Commit Graph

29 Commits

Author SHA1 Message Date
radius
9f99bef9f2 allow saving of per-game core options 2015-11-15 22:09:39 -05:00
twinaphex
4ca5d31f9b Some more static code analysis nits when ran with enable=all 2015-09-28 18:12:02 +02:00
twinaphex
e1c1917ed5 Cleanup headers 2015-09-05 19:24:21 +02:00
twinaphex
13d7a7349f (core_options.c) Make code more robust 2015-06-25 15:38:57 +02:00
twinaphex
41d4eacd56 (Menu) Fix crash that happens after we access 'Core Options'
in Quick Menu and then select 'Close Content'
2015-06-25 15:18:51 +02:00
twinaphex
8fb9ce1b17 (core_options.c) Cleanups 2015-06-12 23:16:52 +02:00
twinaphex
82685e8346 More documentation for core options functions and change
function signature of core_option_flush
2015-01-16 02:10:17 +01:00
twinaphex
13c9c13f00 (core_options.c) Cleanups 2015-01-15 22:05:07 +01:00
twinaphex
1c25daf578 Start documenting core_options.c 2015-01-09 22:01:19 +01:00
twinaphex
41b5ae5dd6 (core_options.c) Small change 2015-01-09 02:06:41 +01:00
twinaphex
1d689f69b8 Add documentation 2015-01-08 03:58:14 +01:00
twinaphex
90076c5fad Start using MAX_PATH_LENGTH - relying on MAX_PATH for 360 can cause
problems because it's defined at '260' and thus too small for some
strings
2015-01-07 20:42:36 +01:00
twinaphex
453321c50b Start updating headers 2015-01-07 17:46:50 +01:00
twinaphex
2997af48fa Move config-file code to SDK 2014-10-22 03:35:04 +02:00
twinaphex
174d011bed Move dir_list to SDK 2014-10-22 01:13:05 +02:00
twinaphex
d3629f06f1 Rename file.c/file.h to content.c/content.h 2014-10-21 23:44:03 +02:00
twinaphex
7472922ee0 Move compat/ over to libretro SDK 2014-10-21 07:58:58 +02:00
twinaphex
90002bfeda core_options.c - get rid of some header dependencies 2014-10-21 02:45:18 +02:00
twinaphex
42bb37816e Take file_path.h include out of file.h 2014-10-20 21:51:04 +02:00
twinaphex
b5088b96d0 Don't name local variables by 'index' to prevent 'declaration shadows global' warnings 2014-10-20 19:13:54 +02:00
twinaphex
5774080046 Put some safety checks in core_options.c functions 2014-10-08 18:37:09 +02:00
twinaphex
e84e255013 Cleanups, 80-char limit 2014-09-02 05:10:54 +02:00
twinaphex
c53a23bf3a (core_options.c) Casting fixups 2014-08-02 16:15:40 +02:00
twinaphex
0a15a17d44 Update years on all license headers 2014-01-01 01:50:59 +01:00
twinaphex
a96e813fe1 (Apple) Big merge - merge ios_ui_refactor by hand - note to meancoot -
don't let a branch get out of date for this long - merging it by
hand was not pretty
2013-11-22 15:30:02 +01:00
twinaphex
d2c87e3039 Convert most C99-style for loop initial declarations to C89-compliant
ones
2013-10-22 15:08:17 +02:00
Themaister
aac054369d Set updated to false when core_config_get is called. 2013-04-04 18:10:34 +02:00
Themaister
e6f7b709c4 Check for updated values, log options. 2013-04-04 14:13:42 +02:00
Themaister
77164d18ca Begin adding core options interface. 2013-04-04 13:58:30 +02:00