26428 Commits

Author SHA1 Message Date
twinaphex
e86f77692d read_compressed_file - cleanup 2016-01-23 22:35:13 +01:00
twinaphex
0b74956abe read_compressed_file - use string_list 2016-01-23 22:33:09 +01:00
twinaphex
f4b22f9fdd Cleanup 2016-01-23 22:00:45 +01:00
twinaphex
97e5d5c61b Cleanups 2016-01-23 21:57:14 +01:00
twinaphex
91f7120604 Cleanup 2016-01-23 19:42:05 +01:00
twinaphex
894da665ad Cleanup 2016-01-23 19:40:43 +01:00
twinaphex
2d6142a01e N/A 2016-01-23 19:39:18 +01:00
twinaphex
473e6ff7b8 Call RETRO_ENVIRONMENT_SHUTDOWN if image can't be loaded 2016-01-23 15:45:40 +01:00
Alcaro
3de1e58592 (Imageviewer) React only to freshly pressed inputs. 2016-01-23 15:32:15 +01:00
Alcaro
328ec2cdca Clean this up. 2016-01-23 15:29:41 +01:00
Alcaro
a2118e3938 Fix memory leak. 2016-01-23 15:23:44 +01:00
twinaphex
46156cf372 (libretrodb) Silence some warnings 2016-01-23 15:23:45 +01:00
Twinaphex
10026822fe Merge pull request #2666 from aliaspider/master
(libretro-db) add a dat->rdb converter in C.
2016-01-23 14:27:20 +01:00
aliaspider
f7c8304dc3 (libretro-db) Makefile: fix the testlib.so target 2016-01-23 07:49:51 +01:00
aliaspider
8f8b123d06 (libretro-db) c_converter: re-enable tests 2016-01-23 06:42:40 +01:00
aliaspider
c95205dbd3 (libretro-db) c_converter: add support for merging multiple dat files
into a single rdb file with a match-key.
2016-01-23 06:21:52 +01:00
twinaphex
a15f2519a5 Cleanup 2016-01-23 05:10:47 +01:00
twinaphex
df972d0fd5 (shader_glsl.c) Uniquely name functions 2016-01-23 04:53:20 +01:00
aliaspider
1fe10855e9 nit. 2016-01-23 04:26:19 +01:00
aliaspider
964f0f7926 (libretro-db) Makefile: add a DEBUG build option 2016-01-23 04:10:19 +01:00
aliaspider
3f66270fcb (libretro-db) c_converter: allow only one instance per key in a map
list.
2016-01-23 04:05:09 +01:00
aliaspider
f8273ba5ba (libretro-db) add a dat->rdb converter in C.
still lacks match key support for merging multiple dat files.
2016-01-23 01:51:09 +01:00
aliaspider
86907fb3b7 (libretro-db) test-lib buildfix. 2016-01-23 01:33:44 +01:00
aliaspider
8207ab56c1 (libretro-db) plug memory leak. 2016-01-23 01:25:09 +01:00
aliaspider
3133b67da5 (libretro-db) cleanup Makefile. 2016-01-23 01:07:35 +01:00
aliaspider
7e4def44fd (libretro-db) prevent lua_converter from generating a random output each
run.
2016-01-23 00:57:51 +01:00
twinaphex
55798b0a58 Fix fall-through bug 2016-01-22 20:27:42 +01:00
twinaphex
9acf3e2309 (Imageviewer) Call RETRO_ENVIRONMENT_SET_GEOMETRY after loading image 2016-01-22 16:50:26 +01:00
twinaphex
bb679fa9ca Move member around inside global struct 2016-01-22 16:11:10 +01:00
twinaphex
058c3acbdc Divorce content_crc from global struct 2016-01-22 16:09:48 +01:00
twinaphex
11f7735965 Create RARCH_CTL_INIT_SYSTEM_AV_INFO 2016-01-22 15:43:40 +01:00
twinaphex
87bdb34599 Get rid of some unused variables 2016-01-22 15:36:04 +01:00
twinaphex
372d673a26 Rename event_command to event_cmd_ctl - add second parameter 2016-01-22 15:34:43 +01:00
twinaphex
34eccf3d61 Add HAVE_LAKKA ifdef 2016-01-22 14:56:43 +01:00
twinaphex
107cb53b5a Remove unused variable 2016-01-22 14:43:11 +01:00
twinaphex
287fc9dd2c Cleanups 2016-01-22 14:42:23 +01:00
twinaphex
c855e0f3d4 Cleanups 2016-01-22 14:41:22 +01:00
Twinaphex
4dd08e6382 Merge pull request #2660 from duduke/master
Reboot Menu Item
2016-01-22 14:39:21 +01:00
twinaphex
9b47e538c6 libretro_get_system_info_lib - report error if dynamic library
could not be loaded
2016-01-22 06:04:52 +01:00
twinaphex
c5b13de208 Change default audio output latency to 128ms for Android 2016-01-22 05:00:22 +01:00
twinaphex
346074ee38 (imageviewer) Cut down on some code duplication 2016-01-22 01:58:21 +01:00
twinaphex
eb43efb8e7 (imageviewer) Start creating async job queue 2016-01-22 01:52:53 +01:00
Twinaphex
86741a4eca Merge pull request #2664 from simias/resetfix
Don't lose the core-provided hw_render struct when reseting the context
2016-01-21 23:11:27 +01:00
Lionel Flandrin
ad6f98dc15 Don't lose the core-provided hw_render struct when reseting the context 2016-01-21 23:06:13 +01:00
duduke
3aca34d3fb Make Reboot and Shutdown MenuItems available for Lakka only 2016-01-21 23:41:58 +02:00
radius
495ee3aaa5 try to fix android input bugs 2016-01-21 16:39:03 -05:00
twinaphex
8c15834c87 (Imageviewer) New controls:
Up   - +5 images, go to last image if wraparound
Down - -5 images, go back to first image if wraparound
2016-01-21 21:57:30 +01:00
twinaphex
076e55a945 Fix extraction of ZIP files 2016-01-21 21:33:52 +01:00
twinaphex
df43c1f99b Try to avoid crash in gfx_ctx_get_metrics 2016-01-21 21:27:54 +01:00
twinaphex
c66e721782 (imageviewer) Cleanups 2016-01-21 20:13:24 +01:00