Commit Graph

22788 Commits

Author SHA1 Message Date
twinaphex
de30940079 (MSVC) Update more paths 2015-09-23 14:00:24 +02:00
twinaphex
9cfa5814e4 (MSVC) Update paths 2015-09-23 13:58:00 +02:00
twinaphex
1a4c60ac65 (rxml) Use retro_file 2015-09-23 13:49:45 +02:00
twinaphex
d92bf9b559 (memory/wii/mem2_manager.c) Cleanups 2015-09-23 12:05:17 +02:00
twinaphex
2e57b92e19 (libretro-db) Add leiradel's C version of the dat converter 2015-09-23 10:44:41 +02:00
Twinaphex
028e9e74d9 Merge pull request #2162 from lakkatv/cocoa
Display OSD messages in cocoatouch
2015-09-22 23:01:20 +02:00
Jean-André Santoni
18d157acea Display OSD messages in cocoatouch 2015-09-22 22:50:58 +02:00
twinaphex
5e57b96225 Take it outside of the mutex lock 2015-09-22 22:44:56 +02:00
twinaphex
c8b83de31c Move ui companion msg_queue_push call to runloop_msg 2015-09-22 22:43:49 +02:00
twinaphex
f87154773d Add msg_queue_push to UI companion driver interface 2015-09-22 22:20:03 +02:00
twinaphex
0730af5919 Change more calls to menu_display_msg_queue_push 2015-09-22 22:14:03 +02:00
twinaphex
056dc5f3e1 Create menu_display_msg_queue_push 2015-09-22 22:10:43 +02:00
twinaphex
0f202cad8e file_path_special.c - cleanup 2015-09-22 21:49:03 +02:00
twinaphex
df13e6a1fd retro_stat.c - simplify code 2015-09-22 21:21:06 +02:00
twinaphex
ff1078a98b (camera/drivers/video4linux2.c) Use path_is_character_special 2015-09-22 21:16:58 +02:00
twinaphex
385e030261 Move functions around 2015-09-22 19:34:16 +02:00
twinaphex
5465da0139 Rename rarch_sleep to retro_sleep 2015-09-22 18:55:14 +02:00
twinaphex
1e3202a95e Fix cheatfile loading derp 2015-09-22 18:03:30 +02:00
twinaphex
33291389f2 Fix conditional 2015-09-22 17:39:27 +02:00
twinaphex
b35a905139 (stb_image.h) Convert more C++ comments 2015-09-22 17:33:54 +02:00
twinaphex
9949e47f96 (stb_truetype.h) Start getting rid of all sorts of superfluous types 2015-09-22 17:19:13 +02:00
twinaphex
83df9e61d0 (V4L2) Silence C89_BUILD - implicit constant conversion overflow warnings 2015-09-22 17:05:09 +02:00
Alcaro
e3c7dcae28 Remove those C89 checks, they're done elsewhere now. 2015-09-22 16:53:30 +02:00
twinaphex
06774022ad Blacklist Wayland too for C89 - links now 2015-09-22 16:50:12 +02:00
twinaphex
b748c4d27f Blacklist imageviewer for C89 2015-09-22 16:47:56 +02:00
twinaphex
6f23bcbc0b Blacklist libusb and ffmpeg for C89 2015-09-22 16:47:00 +02:00
twinaphex
571c49ca87 (retroarch-joyconfig-griffin.c) Add C99 checks 2015-09-22 16:43:59 +02:00
Alcaro
40ca0baa07 Allow defining libraries as C89 incompatible in qb/config.params.sh. 2015-09-22 16:40:07 +02:00
twinaphex
82f08c42a6 More C89_BUILD fixes 2015-09-22 16:06:22 +02:00
twinaphex
314f6326fd Convert C++ comments to C - stb_truetype 2015-09-22 16:04:03 +02:00
Twinaphex
304ff01a31 Merge pull request #2161 from lakkatv/scanning
Serial lookup for psx scanning
2015-09-22 15:34:25 +02:00
twinaphex
d60f44ce5b (C89_BUILD) stb_rect_pack.h - C89 buildfixes 2015-09-22 15:33:32 +02:00
Jean-André Santoni
0e7018c27d Serial lookup for psx scanning 2015-09-22 15:22:15 +02:00
twinaphex
f47ee55525 (libretro-db) Add rules to clean target 2015-09-22 14:50:20 +02:00
twinaphex
f7d0f25c07 Start making stb_truetype more C89-compliant 2015-09-22 14:46:28 +02:00
twinaphex
e19f82988c Work around C89 string literal length limitations 2015-09-22 14:07:02 +02:00
twinaphex
8e2b04d556 Work around C89 limitations 2015-09-22 13:47:59 +02:00
twinaphex
21ab9bbeee Assume long long is there for C89_BUILD 2015-09-22 13:32:56 +02:00
Alcaro
46920915f9 Nuke the C90_BUILD thing and make it just turn on C89, those added conditionals are ugly. 2015-09-22 13:08:46 +02:00
twinaphex
6779fcf4f1 (CXX_BUILD) Buildfix 2015-09-22 13:00:36 +02:00
twinaphex
2660606f41 (libretro-common) config_file.c - Cleanups 2015-09-22 12:58:22 +02:00
twinaphex
1f852fb23d (libretro-common) Remove some header dependencies 2015-09-22 12:54:51 +02:00
twinaphex
5da780b2fd Remove some header dependencies 2015-09-22 12:52:15 +02:00
twinaphex
cbb9744c66 (retro_stat.c) Warning fixes - include header for PS3 2015-09-22 01:51:34 +02:00
Twinaphex
5e04a5f377 Merge pull request #2155 from lakkatv/cocoa
Restore uitableviewcell selection style
2015-09-22 01:48:03 +02:00
twinaphex
3db688d477 Create retro_stat.c/retro_stat.h 2015-09-22 01:45:30 +02:00
Jean-André Santoni
edf3ac0e6d Restore uitableviewcell selection style 2015-09-22 01:33:43 +02:00
Twinaphex
05704f6b9c Merge pull request #2154 from lakkatv/cocoa
Display the menu title in the uiviewcontroller title, and move the co…
2015-09-22 01:28:49 +02:00
Jean-André Santoni
1f42d027c9 Display the menu title in the uiviewcontroller title, and move the core version to a bottom toolbar 2015-09-22 01:26:50 +02:00
Twinaphex
94397db093 Merge pull request #2153 from lakkatv/cocoa
Workaround for the double populate on cocoatouch
2015-09-21 23:33:11 +02:00