Jean-André Santoni
0839b1f41c
(GLUI) Allow use of non monospaced fonts
2014-09-13 03:34:59 +02:00
Higor Eurípedes
91fea130eb
(Lakka) Shut valgrind up
2014-09-12 17:26:26 -03:00
Higor Eurípedes
85cef84bd4
(driver.c) Add driver_video_resolve()
...
This function returns the real video driver data when threaded video is
in use.
2014-09-12 17:26:26 -03:00
Higor Eurípedes
d6de5773b5
(Lakka) Make some globals static
2014-09-12 17:26:26 -03:00
Higor Eurípedes
48f4a96605
(Lakka) Stop initialization if gl is not active
2014-09-12 14:42:59 -03:00
twinaphex
b65e16254c
(D3D) Go through wrapper for SetViewport
2014-09-12 18:01:32 +02:00
twinaphex
a4e6af8234
(GLUI) Take out '>' for selected item
2014-09-12 07:19:09 +02:00
Lioncash
be12253243
Fix some more possible null pointer dereferences
2014-09-12 00:30:53 -04:00
Jean-André Santoni
8b01b78123
(Lakka) Allow editing some boolean, uint and float settings
2014-09-11 22:07:41 +02:00
Lioncash
4e0b25d0fc
Remove some dead stores
2014-09-11 09:30:40 -04:00
twinaphex
75d2e13dcb
Make drivers non-const
2014-09-11 07:06:20 +02:00
twinaphex
66a1c32028
(Menu) Fix video_font_path option
2014-09-11 05:48:35 +02:00
twinaphex
ee24b40c1a
(GLUI) Fix warnings
2014-09-11 04:42:31 +02:00
Jean-André Santoni
075659723f
(GLUI) Fix disp_set_label
2014-09-11 04:22:30 +02:00
Twinaphex
57dd0c3ad6
Merge pull request #969 from lakkatv/glui
...
(GLUI) GL based RGUI display driver clone
2014-09-11 04:12:59 +02:00
Jean-André Santoni
5e433abf8b
(GLUI) GL based RGUI display driver clone
2014-09-11 04:07:07 +02:00
twinaphex
7b27cda61b
(RMenu) Build fix
2014-09-11 01:59:28 +02:00
twinaphex
30b31e3c45
(Menu/Disp) Fix core name representation
2014-09-11 01:57:25 +02:00
Twinaphex
307c552b2a
Merge pull request #968 from lakkatv/lakka
...
(Lakka) Savestate switching
2014-09-11 00:38:26 +02:00
Jean-André Santoni
0301b924ca
(Lakka) Savestate switching
2014-09-11 00:09:53 +02:00
Twinaphex
e945192c35
Merge pull request #967 from lakkatv/lakka
...
(Lakka) Fix subitems allocation
2014-09-10 23:16:03 +02:00
Jean-André Santoni
eb2c735ba3
(Lakka) Fix subitems allocation
2014-09-10 23:13:19 +02:00
twinaphex
176951cc5f
(Menu) Add more MENU_FILE_* types
2014-09-10 20:59:16 +02:00
twinaphex
3af183dfe3
(Menu) Create two new types - MENU_FILE_SHADER and MENU_FILE_SHADER_PRESET
2014-09-10 18:36:35 +02:00
twinaphex
0eea8307a5
(Menu) Refactor common code in disp/rgui | rmenu | rmenu_xui
2014-09-10 18:26:02 +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
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
Jean-André Santoni
dee1890d9a
(Lakka) Handles cores that support no games
2014-09-10 01:49:51 +02:00
Jean-André Santoni
34368ad886
(Lakka) Display settings, read only for now
2014-09-09 22:59:27 +02:00
twinaphex
641ba534e4
(360) More build fixes
2014-09-09 06:25:52 +02:00
twinaphex
cfd576239d
(RGUI) Cleanups
2014-09-09 04:04:12 +02:00
Twinaphex
c315495fa8
Merge pull request #957 from lakkatv/lakka
...
(Lakka) Start implementing settings
2014-09-09 00:26:25 +02:00
twinaphex
80161051c6
(Disp drivers) Set w to 19 by default so more can fit onscreen
2014-09-09 00:25:12 +02:00
Jean-André Santoni
21236b0aa0
(Lakka) Start implementing settings
2014-09-09 00:08:25 +02:00
twinaphex
65a2b0c900
Move/rename menu_update_system_info to rarch_update_system_info
2014-09-07 07:12:10 +02:00
Higor Eurípedes
f9206a5419
(Lakka) Coding standard compliance fixes
2014-09-06 22:59:27 -03:00
Higor Eurípedes
a583a1b941
(Lakka) Fix directory list memleak
2014-09-06 22:56:30 -03:00
Higor Eurípedes
5ba310918d
(Lakka) Avoid invalid read and properly deinitialize sub menu items
2014-09-06 22:50:04 -03:00
Higor Eurípedes
3bcac616f7
(Lakka) Fix invalid read
2014-09-06 22:37:39 -03:00
Higor Eurípedes
8214f22761
(Lakka) Remove strange ampersand operator usage
2014-09-06 21:56:47 -03:00
Timo Strunk
3a1626f3cf
Merge remote-tracking branch 'upstream/master' into compressed_file_menu
2014-09-06 21:04:13 +02:00
Timo Strunk
3b7dc34c1a
Made GUI react on compressed files and give them a different label in RGUI
2014-09-06 21:03:22 +02:00
Higor Eurípedes
a0de5b03b5
(Lakka) Solve some memory leaks
2014-09-06 14:28:53 -03:00
Higor Eurípedes
e7d0603a41
(Lakka) Use PATH_MAX-sized variables to store file paths
2014-09-06 14:17:20 -03:00
Higor Eurípedes
6b3cf20345
(Lakka) Shut valgrind up
2014-09-06 14:09:07 -03:00