Commit Graph

54 Commits

Author SHA1 Message Date
twinaphex
cc154d21ab (Xbox 1) Add RetroArch Salamander project + fix config_file.c 2012-08-07 00:23:25 +02:00
Toad King
b64207a8aa Do not open config files on console in append mode 2012-08-06 15:12:59 -04:00
twinaphex
a66291c309 (Xbox 1) Create RetroArch Salamander XBE file - default.xbe 2012-08-05 19:09:51 +02:00
Themaister
d038cdce37 Refactor ifdef logic in config to r/a+ modes. 2012-07-30 07:58:07 +02:00
Twinaphex
22dc1b9e72 (RARCH_CONSOLE) If a config file does not exist, try to create it
first before entering out of config_file_new function - reduces
some code bloat in console ports
2012-07-29 18:17:53 +02:00
Themaister
e5b3a61f9f Replace use of unsafe strtok() with strtok_r.
Implement compatibility for strtok_r() on Win32.
2012-06-24 02:37:19 +02:00
Themaister
ce740f8948 More fixups. 2012-04-21 23:31:57 +02:00
Themaister
aab8fb6151 ssnes_* => rarch_*. 2012-04-21 23:25:32 +02:00
Themaister
9ab51ad23a SSNES => RetroArch. 2012-04-21 23:17:43 +02:00
Themaister
e3a71a8c5b Fixup headers. 2012-04-09 22:05:26 +02:00
Themaister
62c96ea937 Change license header. 2012-04-09 22:03:57 +02:00
Themaister
9698cd7dbd Change headers. 2012-04-09 22:03:57 +02:00
Themaister
da075bb261 Default initialize config macro values to stop eager compiler warnings. 2012-03-28 23:18:05 +02:00
Themaister
9ab02b12be Move compat functionality to compat/. 2012-03-16 23:26:57 +01:00
TwinAphex51224
81988fc1ef (360) Don't include D3D/Netcode where not needed through NOD3D/
NONET defines
2012-03-11 16:17:42 +01:00
Themaister
e318a1d5a7 Fix incompatibility with non-compilant C runtime. 2012-03-07 12:42:22 +01:00
Themaister
2463924d69 Use uint64_t across the board for joykeys. 2012-03-04 13:55:35 +01:00
Themaister
9c861f13be Fix additional exclamation marks. 2012-02-11 21:16:01 +01:00
Themaister
ce08251f53 Replace usage of DOUBLE with FLOAT in configs. 2012-01-30 15:14:30 +01:00
TwinAphex51224
bbd6e16bbe (Core) Remove float macros 2012-01-30 14:13:04 +01:00
TwinAphex51224
959411c094 (PS3) Uses config file macros now 2012-01-30 13:45:37 +01:00
Themaister
2721ccb52a Style nits. 2012-01-29 21:44:37 +01:00
Themaister
559fc5b67f Fix issue with _CONSOLE config macro. 2012-01-29 21:32:13 +01:00
Themaister
0bb1f7292c Cleanup settings handling a bit to avoid lots of dummy variables. 2012-01-29 15:52:59 +01:00
TwinAphex51224
b56b09af35 Added common macro file for CONFIG_ macros - used now too by PS3
port
2012-01-29 14:10:57 +01:00
Themaister
751761d99c Add config_get_float. 2012-01-13 00:08:55 +01:00
TwinAphex51224
a2698061a6 (PS3) Loads settings from config file 2012-01-11 01:04:17 +01:00
Themaister
b4248038fb Update license headers. 2012-01-08 01:12:05 +01:00
Themaister
45cae81d51 Merge branch 'master' of github.com:Themaister/SSNES 2012-01-05 23:10:28 +01:00
Themaister
30e28acfb3 Workaround GetFullPathName not existing on XDK. 2012-01-05 23:09:52 +01:00
TwinAphex51224
e1af420b2d (360) More work on 360 2012-01-05 22:46:11 +01:00
Themaister
ea68de8070 Don't use *A() version. 2012-01-05 19:44:11 +01:00
Themaister
c2ba0d474c Use limits.h and PATH_MAX. 2012-01-02 13:33:03 +01:00
Themaister
eac468ba19 MSVC compat. 2011-12-25 01:38:59 +01:00
Themaister
d5fca50a2f Can build for C++. 2011-12-24 15:26:01 +01:00
Themaister
3377020242 Fixup build. 2011-12-02 21:24:33 +01:00
Themaister
6538312d86 Fix some includes. 2011-12-02 21:16:51 +01:00
Themaister
0f010cf3d2 Fix style nits. 2011-11-02 19:31:36 +01:00
Themaister
cce4b7d20c Allow #include depth. 2011-10-17 20:09:57 +02:00
Themaister
80925ffc11 Some Windows fixes. 2011-10-17 19:30:52 +02:00
Themaister
9eb14e328d Add "#include" for config files. 2011-10-17 19:11:31 +02:00
Themaister
0823d72dee Add coloring to fonts. 2011-09-05 17:00:28 +02:00
Themaister
5993fffb64 Add config_get_array() for simpler and faster config access. 2011-08-25 16:15:34 +02:00
Themaister
24f802023a Start adding tracker stuff to Cg as well. 2011-05-27 02:25:26 +02:00
Themaister
2267c7d048 Update licensing headers. 2011-01-23 20:29:28 +01:00
Themaister
c7e6e73bcb Fix a blooper in headers. 2011-01-17 20:54:58 +01:00
Themaister
9a4158aac8 Add config_file_dump to avoid calling on SSNES stuff from config file. 2011-01-09 15:50:30 +01:00
Themaister
413a261f44 Add a joyconfig tool :) 2011-01-09 15:44:35 +01:00
Themaister
924904c007 Add some "set config" APIs. 2011-01-09 02:58:26 +01:00
Themaister
2a4995c21f Starting Win32 support. 2011-01-07 17:59:53 +01:00