12852 Commits

Author SHA1 Message Date
Lioncash
af42c1b2d7 lakka: Remove unused variables 2014-09-09 22:02:10 -04:00
twinaphex
72096df0ee Use setting_data_get_string_representation 2014-09-10 03:06:38 +02:00
Twinaphex
5300c01dc7 Merge pull request #963 from lakkatv/lakka
(Lakka) Handles cores that support no games
2014-09-10 01:50:36 +02:00
Jean-André Santoni
dee1890d9a (Lakka) Handles cores that support no games 2014-09-10 01:49:51 +02:00
Timo Strunk
936705ca42 First checkin of zip file iterator and extractor 2014-09-10 00:22:51 +02:00
Twinaphex
8ff86d8fe5 Merge pull request #962 from lakkatv/lakka
(Lakka) Display settings, read only for now
2014-09-09 23:21:16 +02:00
twinaphex
d848a0c5a6 Get rid of one unnecessary HAVE_MENU ifdef 2014-09-09 23:20:04 +02:00
Jean-André Santoni
34368ad886 (Lakka) Display settings, read only for now 2014-09-09 22:59:27 +02:00
twinaphex
4162311eb7 Return true for stub read_viewport function implementations 2014-09-09 22:41:04 +02:00
twinaphex
e84db78571 Remove extra conditional for checking if use_float funcptr
points to anything
2014-09-09 22:31:37 +02:00
twinaphex
4093aeeccf (Audio) Indenting/style nits 2014-09-09 22:24:29 +02:00
Twinaphex
511f0ab075 Merge pull request #960 from lioncash/sign
apple_input: Fix a signed-unsigned mismatch warning
2014-09-09 22:08:28 +02:00
Twinaphex
a5a6e77ee3 Merge pull request #961 from lioncash/statics
apple_input: Make MAC_NATIVE_TO_HID array static.
2014-09-09 22:08:17 +02:00
twinaphex
7e1764f095 (audio/utils.c) indenting nit 2014-09-09 22:07:22 +02:00
twinaphex
0d4cacfd9b (Resamplers) Identing/style nits 2014-09-09 22:06:18 +02:00
twinaphex
660ba32d1a (iOS) Update solution 2014-09-09 21:56:01 +02:00
twinaphex
598421e7d7 Move resampler drivers to audio/resamplers 2014-09-09 21:54:41 +02:00
twinaphex
07ee234d5d (Audio) Set write_avail and buffer functions to NULL so far 2014-09-09 21:44:39 +02:00
twinaphex
8df3a51790 (Audio) Implement missing use_float function for audio drivers 2014-09-09 21:42:10 +02:00
Lioncash
070d68186a apple_input: Make MAC_NATIVE_TO_HID array static. 2014-09-09 14:54:29 -04:00
Lioncash
32a191b873 apple_input: Fix a signed-unsigned mismatch warning 2014-09-09 14:49:08 -04:00
twinaphex
492af587ef (Video) Implement missing function pointers 2014-09-09 20:18:06 +02:00
twinaphex
bcb9852001 (Settings data) Subgroup - group name should now be filled in 2014-09-09 19:45:15 +02:00
twinaphex
5b476460d8 Style / indent nits 2014-09-09 18:31:44 +02:00
twinaphex
689cd6322f Indenting / style nits 2014-09-09 18:15:17 +02:00
twinaphex
3d931d946e Indent/style cleanups 2014-09-09 17:34:28 +02:00
twinaphex
8e27d23bd5 Style / indent nits 2014-09-09 17:25:05 +02:00
twinaphex
cb82728c4c (settings_data.c) Cleanups/style nits 2014-09-09 17:20:15 +02:00
twinaphex
7904eb2f3b (Android) Prevent unused variable warning 2014-09-09 17:11:08 +02:00
Timo Strunk
674a8b5f33 Added zipfile support to all compressed file factories - i.e. file_list, path_is_compressed and read_compressed_file 2014-09-09 16:00:38 +02:00
Timo Strunk
2dfc763ca9 Also added HAVE_ZLIB to linux makefile and added missing joyobj and retrolaunch obj for zip support 2014-09-09 15:57:58 +02:00
Timo Strunk
4d65063a83 Merge remote-tracking branch 'upstream/master' into zip_support 2014-09-09 15:38:14 +02:00
Timo Strunk
70523511d4 Made HAVE_COMPRESSION be defined both for zip and 7z support, added zip_support.c to make 2014-09-09 15:37:45 +02:00
Timo Strunk
4796ace114 Made windows makefile also compile zip decompression support in case of ZLIB presence 2014-09-09 15:30:27 +02:00
Timo Strunk
189af65f71 Added zip support skeletons 2014-09-09 15:25:32 +02:00
twinaphex
6a3af98df6 Style/indenting nits 2014-09-09 06:59:17 +02:00
twinaphex
641ba534e4 (360) More build fixes 2014-09-09 06:25:52 +02:00
twinaphex
defb33b2c5 (360) Some build fixes 2014-09-09 06:21:31 +02:00
twinaphex
09668a06a0 Begin implementing every function in video/audio/input driver
interfaces so we don't have to do lookups everywhere before
calling them
2014-09-09 06:07:11 +02:00
twinaphex
c6c1fbbf0a Style nits 2014-09-09 05:56:12 +02:00
twinaphex
4835f1df53 (Menu) Refactor menu_update_libretro_info 2014-09-09 05:40:53 +02:00
twinaphex
aade2b45ef Style / indent nits 2014-09-09 05:24:32 +02:00
twinaphex
b423408005 Ifdef stdin/network options with defines 2014-09-09 05:11:06 +02:00
twinaphex
9ee74bb5a2 (Softfilter plugs) Identing cleanups 2014-09-09 04:53:24 +02:00
twinaphex
f4332eebbd (gfx/thread_wrapper.h) Change to C-style comments 2014-09-09 04:26:04 +02:00
twinaphex
cfd576239d (RGUI) Cleanups 2014-09-09 04:04:12 +02:00
twinaphex
590a1c2434 - Refactor menu_entries_push_list
- Add SD_FLAG_PUSH_ACTIOn
2014-09-09 03:32:06 +02:00
twinaphex
4790ffda7d - Refactor menu_entries.c code
- Create SD_FLAG_ALLOW_INPUT
2014-09-09 02:49:11 +02:00
Twinaphex
e56f76f8af Merge pull request #959 from lioncash/indent
apple: Make the projects adhere to the indentation style
2014-09-09 02:40:36 +02:00
Lioncash
4a0f3f4581 apple: Make the project adhere to the indentation style 2014-09-08 20:39:10 -04:00