Twinaphex
84563583d1
Merge pull request #966 from lakkatv/lakka
...
Use setting_data_get_string_representation + fix a bug
2014-09-10 15:16:10 +02:00
Jean-André Santoni
684af29c06
(Lakka) Use setting_data_get_string_representation
2014-09-10 14:38:41 +02:00
Jean-André Santoni
2aa628d935
(Lakka) First subitem bugfix
2014-09-10 10:58:02 +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
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
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