Commit Graph

19642 Commits

Author SHA1 Message Date
twinaphex
05aee4f775 Start using menu_entry_get_value 2015-06-01 14:59:15 +02:00
twinaphex
ba277d90de Create action_get_title 2015-06-01 12:24:48 +02:00
twinaphex
6c9b545a66 Move get_title function to menu_entry.c 2015-06-01 11:55:03 +02:00
twinaphex
77f9dbf593 Merge branch 'master' of https://github.com/libretro/RetroArch 2015-06-01 09:15:53 +02:00
twinaphex
bb3d81eee2 Bind select callbacks too 2015-06-01 09:10:43 +02:00
Twinaphex
b3c28bb56f (menu_entry) Cleanups 2015-06-01 07:49:49 +02:00
Twinaphex
2eae195c73 Remove another unused variable 2015-06-01 07:40:36 +02:00
Twinaphex
1c56121519 Remove unused variable 2015-06-01 07:39:47 +02:00
twinaphex
12e6a443c7 Create MENU_ACTION_SELECT 2015-06-01 07:38:59 +02:00
twinaphex
9437867a8a Rename MENU_ACTION_SELECT to MENU_ACTION_INFO 2015-06-01 07:21:00 +02:00
twinaphex
494b78e6ad Create action_select 2015-06-01 07:16:31 +02:00
twinaphex
bd1e5d6a67 Rename action_select to action_info 2015-05-31 22:40:26 +02:00
Twinaphex
5b728a32aa Merge pull request #1736 from sergiobenrocha2/master
Updated debian packaging
2015-05-31 01:46:37 +02:00
sergiobenrocha2
258cc6bc84 Debian packaging update. 2015-05-30 20:41:29 -03:00
sergiobenrocha2
c0c71cdc9c Moved debian packaging to dist-scripts/. 2015-05-30 20:40:27 -03:00
Twinaphex
e5387bc8f1 Merge pull request #1734 from amigagamer/dispmanxfix
fix dispmanx compile (dispmanx_gfx_get_frame_count)
2015-05-30 20:07:40 +02:00
Twinaphex
b86510fd4b Merge pull request #1735 from leiradel/master
use buffered io with databases
2015-05-30 20:07:09 +02:00
Andre Leiradella
4a4205395b no need to #ifdef fopen 2015-05-30 13:28:29 -03:00
U-ALEIRADE-BR\aleirade
a2a19ed827 use buffered io with databases 2015-05-30 13:17:11 -03:00
amigagamer
55934b4770 fix dispmanx compile (dispmanx_gfx_get_frame_count)
line 601 looking for dispmanx_get_frame_count
the correct name is dispmanx_gfx_get_frame_count (from line 592)
2015-05-30 17:00:06 +01:00
Twinaphex
fbbc51f42b Merge pull request #1732 from heuripedes/master
ui changes
2015-05-29 23:09:14 +02:00
Higor Eurípedes
c7bc8129f4 (settings.c) Rename some settings 2015-05-29 18:02:21 -03:00
Higor Eurípedes
7ea749cfdf Mark some settings as advanced 2015-05-29 17:35:29 -03:00
twinaphex
95aebb865e Hide Menu Font Color settings for non-advanced settings view 2015-05-29 21:26:12 +02:00
Twinaphex
ca15e7190e Merge pull request #1730 from jonathanrelf/master
Added quotes to Keyboard input examples
2015-05-29 12:02:14 +02:00
Jonathan Relf
ca1920e52e Added quotes to Keyboard input examples
Commented out examples for key mappings like input_player1_a were shown without quotes around the key definitions.
2015-05-29 08:57:44 +01:00
twinaphex
5471e8cfa5 Load databases as binary files on Win32 2015-05-29 06:21:04 +02:00
Twinaphex
c979773ffb Merge pull request #1729 from cxd4/c90_portable_printf64
Move 64-bit printf stuff to its own experimental function.
2015-05-29 00:06:46 +02:00
unknown
db1f1f631b Roll all the modulo iterations into a safer loop. 2015-05-28 18:00:26 -04:00
unknown
48b727f5a1 Move 64-bit printf stuff to its own (experimental but tested) function. 2015-05-28 17:41:38 -04:00
twinaphex
0a6be4c82e (task_database.c) Fix database_info_iterate_start for Windows 2015-05-28 08:57:50 +02:00
twinaphex
8487e96c32 'Start Content' action should now work 2015-05-28 05:38:34 +02:00
twinaphex
fe5880355d database_info_list_iterate_next - set db_state->info to NULL
after freeing
2015-05-28 02:55:39 +02:00
Twinaphex
cc2234401d Merge pull request #1728 from heuripedes/master
(database_info.c) Free value after reading it
2015-05-28 02:25:59 +02:00
twinaphex
1dc9183bb5 Use libretrodb_query_free to cleanup query state in
database_cursor_open
2015-05-28 02:24:51 +02:00
Higor Eurípedes
2a4df1ddc8 (database_info.c) Free value after reading it 2015-05-27 21:23:06 -03:00
twinaphex
99ea729d1c (database_info.c) Add some error handling 2015-05-28 02:22:50 +02:00
twinaphex
8bde46deb9 Free db_state->info first in database_info_list_iterate_new 2015-05-28 01:25:42 +02:00
twinaphex
0e23908b78 (Task database) Should fix ZIP playlist scanning 2015-05-27 07:23:09 +02:00
twinaphex
a5d8f37b34 Add action_scan 2015-05-27 06:57:01 +02:00
twinaphex
65e770359e (GX) Buildfix 2015-05-27 06:24:51 +02:00
twinaphex
8933dd146d Take out this line for now 2015-05-27 05:24:41 +02:00
twinaphex
ffc8e31e2e (Content collection - can now select core for collection entry that
has only one possible core)
2015-05-27 05:16:44 +02:00
twinaphex
65b8b2e0cb (Database dir scanning) Can now add ZIP entry to collection 2015-05-27 04:42:22 +02:00
twinaphex
d72df8492b (Task database) Compare first entry of ZIP file 2015-05-27 03:23:27 +02:00
twinaphex
aa56b8e1e3 (Task database) Start using zlib_parse_file_iterate in task_database.c 2015-05-27 01:36:15 +02:00
twinaphex
3d924a7556 Create zlib_parse_file_iterate 2015-05-27 01:03:49 +02:00
twinaphex
376a1d49ba Refactor zlib_parse_file 2015-05-27 00:42:48 +02:00
twinaphex
512edb1474 Create zlib_parse_file_init 2015-05-27 00:28:32 +02:00
twinaphex
33ba65075f Create zlib_parse_file_iterate_step 2015-05-27 00:23:50 +02:00