3678 Commits

Author SHA1 Message Date
twinaphex
a2cc0638db (menu_display.c) Get rid of type qualifier 2015-11-14 02:10:21 +01:00
twinaphex
07785ed640 Add Keyboard Gamepad Mapping Type and Keyboard Gamepad Mapping Enable 2015-11-13 22:11:39 +01:00
Twinaphex
ba00560f2b Revert "Revert "(iOS) Add Small Keyboard/iCade Enable options""
This reverts commit 834e4d848ecf20cd0ec42b77a25feed213f8a62d.
2015-11-13 01:50:22 +01:00
Twinaphex
cc0035e613 Revert "(iOS) Another buildfix"
This reverts commit 91d1dcf078f7a6424176abdf55ff21429a42a344.
2015-11-13 01:50:14 +01:00
Twinaphex
91d1dcf078 (iOS) Another buildfix 2015-11-13 01:40:52 +01:00
Twinaphex
834e4d848e Revert "(iOS) Add Small Keyboard/iCade Enable options"
This reverts commit 6ea11afe28411920084afae59431a8d2fb13a394.
2015-11-13 01:39:39 +01:00
twinaphex
d4a9221deb (iOS) Show options 2015-11-12 22:08:05 +01:00
Twinaphex
663286472a Merge pull request #2384 from aliaspider/master
allow using video filters when building with HAVE_FILTERS_BUILTIN
2015-11-12 15:45:46 +01:00
aliaspider
891de78611 enable selecting a video filter when HAVE_FILTERS_BUILTIN is defined.
this still requires *.filt files to work.
Todo: generate the filter list from the internal soft_plugs_builtin
struct.
2015-11-12 14:53:46 +01:00
twinaphex
6ea11afe28 (iOS) Add Small Keyboard/iCade Enable options 2015-11-12 06:28:05 +01:00
twinaphex
d65b930b09 Cleanups 2015-11-11 21:52:57 +01:00
twinaphex
e2e0f302c1 Add Save Current Config to main menu list 2015-11-11 02:59:24 +01:00
twinaphex
38f30c8f10 Add Save Current Config to Menu 2015-11-11 02:57:20 +01:00
twinaphex
eb64b10098 Fix CXX_BUILD 2015-11-10 02:43:30 +01:00
twinaphex
d1553e4032 Double turbo period entry 2015-11-10 02:25:31 +01:00
twinaphex
1666265427 Don't use GRfloat/GRuint anymore 2015-11-10 01:58:05 +01:00
twinaphex
2b59f18b83 Add function pointer for font_init_first 2015-11-09 22:12:32 +01:00
twinaphex
4f0405980e C89_BUILD buildfix 2015-11-09 05:24:09 +01:00
twinaphex
c49754fc72 Revert "Should save font renderer API now"
This reverts commit 92632a4dbb8d8ba740a3ec7ea6fbcc7e247c4e57.
2015-11-09 04:11:21 +01:00
twinaphex
92632a4dbb Should save font renderer API now 2015-11-09 02:29:19 +01:00
twinaphex
eae2f3eeda Convert menu_display_d3d.c to C++ 2015-11-09 02:19:59 +01:00
twinaphex
c1769ecce4 Don't comment this out anymore 2015-11-09 02:14:27 +01:00
twinaphex
1bcbaf5fba Add D3D support for video_texture_{load/unload} 2015-11-09 00:38:02 +01:00
twinaphex
3114d4df7a menu_display_d3d.c can now be compiled - does not work yet 2015-11-08 23:33:18 +01:00
twinaphex
3b0e324a84 Add D3D hooks 2015-11-08 23:18:43 +01:00
twinaphex
9fa647097a (D3D) add cast 2015-11-08 23:16:44 +01:00
twinaphex
1a99b3ac2c (menu_display_d3d) Reuse default_get_mvp 2015-11-08 23:15:54 +01:00
twinaphex
b52d36e7eb Reuse get_default_mvp 2015-11-08 23:14:45 +01:00
twinaphex
e568d4eb0d (menu_display_d3d.c) Change some variables 2015-11-08 21:31:14 +01:00
twinaphex
7f2814a534 Remove some header dependencies 2015-11-08 21:27:07 +01:00
twinaphex
b3e51ef5b4 Start adding preliminary D3D menu_display_d3d.c 2015-11-08 21:26:19 +01:00
twinaphex
ab7b7b538f (Menu) Add get_default_mvp function pointer 2015-11-08 21:03:12 +01:00
Andre Leiradella
2253e4c236 added cheevos_get_description to get a cheevo's description given its index 2015-11-08 16:42:23 -02:00
twinaphex
980c743938 Start adding hooks for showing descriptions for Cheevos 2015-11-08 18:52:17 +01:00
twinaphex
e490497530 Start adding 'ACTION_OK' binds for cheevos items 2015-11-08 18:11:53 +01:00
twinaphex
f57675fa40 Cleanup cheevos_populate_menu 2015-11-08 18:03:56 +01:00
Andre Leiradella
c007298494 fixed the achievements list menu 2015-11-08 13:51:14 -02:00
Andre Leiradella
8700450410 list cheevos in the frontend menu 2015-11-08 13:19:54 -02:00
twinaphex
3d1038c1d5 (menu_hash_es.c) Some fixes 2015-11-08 04:18:34 +01:00
Twinaphex
805d7c5f12 Merge pull request #2363 from IlDucci/master
Updating Spanish translation
2015-11-08 04:12:52 +01:00
radius
f980e424b6 disable the entry until it's properly implemented 2015-11-07 22:11:16 -05:00
radius
b8ae27625b implement an example function to print the achievements 2015-11-07 22:11:15 -05:00
radius
f2b951accf add Achievement List to the quick menu 2015-11-07 22:11:14 -05:00
IlDucci
5c2c3153b8 Updating Spanish translation
Updating with the latest changes/new lines
2015-11-08 01:52:54 +01:00
twinaphex
a9b7636ddb Abstract away GL code in menu behind display driver interface 2015-11-08 01:30:07 +01:00
twinaphex
37e450c94c devices_mask no longer needed 2015-11-07 20:44:40 +01:00
twinaphex
d9fe9b23d7 Cleanups 2015-11-07 20:22:26 +01:00
twinaphex
9bb87f276c Use just one label descriptor setting 2015-11-07 16:11:30 +01:00
twinaphex
92e6b56fe3 Remove input bind mode 2015-11-07 14:37:44 +01:00
twinaphex
61623dcdce Able to bind both keyboard and joypad keys now 2015-11-07 14:33:18 +01:00