Jean-André Santoni
684af29c06
(Lakka) Use setting_data_get_string_representation
2014-09-10 14:38:41 +02:00
Timo Strunk
ecd877f476
Converted C++ to C comments
2014-09-10 11:31:29 +02:00
Timo Strunk
67b310ec07
Included ZLIB libs in Windows compile
2014-09-10 11:09:51 +02:00
Jean-André Santoni
2aa628d935
(Lakka) First subitem bugfix
2014-09-10 10:58:02 +02:00
Timo Strunk
8074679c62
Added missing ZLIB object files also to windows makefile
2014-09-10 10:48:45 +02:00
Timo Strunk
1f3a14750b
Compiled zlib in due to some missing dependencies - slimming from previous commit
2014-09-10 10:41:59 +02:00
Timo Strunk
a04ce2fe88
Compiled zlib in due to some missing dependencies - slimming incoming in future commits
2014-09-10 10:35:33 +02:00
Timo Strunk
5b2edff6f0
This commit removes zip from the default valid_extensions. Please review this commit before merging to master.
2014-09-10 10:31:12 +02:00
Twinaphex
916367e686
(OSX) Add HAVE_LAKKA to OSX solution
2014-09-10 04:53:07 +02:00
Twinaphex
857457a615
Merge pull request #965 from lioncash/unused
...
lakka: Fix a few bugs
2014-09-10 04:33:22 +02:00
Lioncash
f64638567f
lakka: Fix a few bugs
...
- Previously it would attempt to print the pointer, not the actual value in a few sprintf statements.
- Change integer to unsigned_integer for the %u sprintf call.
- Initialize jj to zero so that it doesn't get used uninitialized.
2014-09-09 22:29:17 -04:00
twinaphex
906807c637
(Griffin) Add menu_lakka_backend.c to Griffin
2014-09-10 04:23:48 +02:00
Twinaphex
472f682982
Merge pull request #964 from lioncash/unused
...
lakka: Remove unused variables
2014-09-10 04:15:59 +02:00
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