Commit Graph

23916 Commits

Author SHA1 Message Date
twinaphex
399d1e8fb7 Implement menu_display_clear_color 2015-11-01 19:49:19 +01:00
twinaphex
0d6ea9c0ff Don't need gl->shader->use calls anymore 2015-11-01 19:35:32 +01:00
twinaphex
e9ba2caac7 Rename blending functions 2015-11-01 19:28:12 +01:00
twinaphex
9f3a8dd432 (GLUI) Blend cursor 2015-11-01 19:26:24 +01:00
twinaphex
2b087f3be0 No longer do blending inside menu_display_draw_frame 2015-11-01 19:24:35 +01:00
twinaphex
5a17b79b48 Add posix_string C file 2015-11-01 18:52:41 +01:00
twinaphex
26983462f4 Add Windows ifdefs around it 2015-11-01 18:51:03 +01:00
twinaphex
996f5c907b Fix build for retroarch-joyconfig on Windows 2015-11-01 18:49:14 +01:00
twinaphex
672552a9f2 Add OSX PPC ARCHFLAGS too 2015-11-01 17:50:48 +01:00
twinaphex
c762a5a446 (libretro-test) Added OSX universal 2015-11-01 17:48:37 +01:00
twinaphex
5cabb8111a Enable the mouse by default on Windows and OSX 2015-11-01 16:38:04 +01:00
Twinaphex
a752a24f98 Merge pull request #2323 from lakkatv/material
(GLUI) Fix a display bug on switches
2015-11-01 16:26:38 +01:00
twinaphex
2ab4158eca (XMB) Should not need this I think 2015-11-01 16:25:31 +01:00
twinaphex
19a6ccb646 Create menu_display_draw_icon_blend_begin and menu_display_draw_icon_blend_end - cut down on code duplication 2015-11-01 16:23:50 +01:00
Jean-André Santoni
81d4d9f046 (GLUI) Fix a display bug on switches 2015-11-01 22:20:49 +07:00
twinaphex
40a4a7a354 (OSX PPC/PS3) Forcibly disable mipmapped textures 2015-11-01 16:11:17 +01:00
twinaphex
8411cc75a0 Revert "If g_defaults.settings.video_threaded_enable is set to true,"
This reverts commit 9765ceba32.
2015-11-01 14:41:48 +01:00
twinaphex
9765ceba32 If g_defaults.settings.video_threaded_enable is set to true,
override default
2015-11-01 14:39:05 +01:00
Twinaphex
51426f64c2 Revert "Add OSX implementation for cocoagl_gfx_ctx_get_native_scale"
This reverts commit a408a5e59a.
2015-11-01 12:45:36 +01:00
twinaphex
a408a5e59a Add OSX implementation for cocoagl_gfx_ctx_get_native_scale 2015-11-01 12:15:21 +01:00
twinaphex
7091e23254 (PS3) Copy GLUI/XMB assets 2015-11-01 11:28:25 +01:00
twinaphex
956580c606 Cleanups 2015-11-01 11:18:28 +01:00
twinaphex
f4f76d9dda Create separate setting for State Slot in Quick Menu 2015-11-01 10:59:01 +01:00
twinaphex
106cbce6d7 Show 'display name' for core in Playlist Associations 2015-11-01 02:06:30 +01:00
twinaphex
358e859a17 (GLUI) Make lightblue_bg only translucent when there is a background or
libretro in the background running
2015-10-31 23:09:14 +01:00
Twinaphex
c4c26b83cc (OSX) Fixed mouse for Retina 2015-10-31 22:55:22 +01:00
twinaphex
11a7d2d772 Cleanups 2015-10-31 21:43:30 +01:00
twinaphex
61a67f0938 Cleanups 2015-10-31 21:41:31 +01:00
twinaphex
2d62493157 Cleanups 2015-10-31 20:53:08 +01:00
twinaphex
3a7799f132 Remove some unused variables 2015-10-31 18:13:03 +01:00
twinaphex
f8fae2914f (iOS) Should set buildbot_server_url to correct URL now if iOS 9 is detected 2015-10-31 17:54:31 +01:00
twinaphex
da1931ad9f First working implementation of playlist associations 2015-10-31 17:44:42 +01:00
twinaphex
6edc7aa73e Fix menu_playlist_find_associated_core 2015-10-31 17:24:28 +01:00
twinaphex
0c691dab06 Fix rarch_playlist_load_content 2015-10-31 17:18:37 +01:00
twinaphex
1ddd33336a 1) rarch_playlist_load_content - add argument
2) GLUI - handle libretro_pause being false better - hide
background and make white background look better
2015-10-31 17:06:08 +01:00
twinaphex
a509fc50b1 Create menu_playlist_find_associated_core 2015-10-31 16:27:48 +01:00
twinaphex
0480ba4bd2 Fills in settings->playlist_cores now too 2015-10-31 16:07:52 +01:00
twinaphex
b42a0ea7f7 Make backgrounds transparent 2015-10-31 15:02:54 +01:00
twinaphex
2972125772 (GLUI) Always draw white background 2015-10-31 14:57:47 +01:00
twinaphex
efb83d5e1a Start setting up 'get_value' callbacks for playlist associations 2015-10-31 13:46:06 +01:00
twinaphex
d42bbbf35d Remove frivolous log 2015-10-31 13:33:57 +01:00
twinaphex
990ee7a105 Start adding playlist_names and playlist_cores to config file 2015-10-31 13:29:27 +01:00
Twinaphex
9025fbfe45 Merge pull request #2320 from leiradel/master
Added notifications for problems with cheevos; added game hash to the…
2015-10-31 12:42:23 +01:00
Twinaphex
73fdcf43a4 Merge pull request #2322 from lakkatv/xmb
(XMB) Fix a display bug on 16:9 displays caused by an optimization
2015-10-31 11:05:30 +01:00
Jean-André Santoni
a467af48cf (XMB) Fix a display bug on 16:9 displays caused by an optimization 2015-10-31 13:41:33 +07:00
Twinaphex
c7a84990eb Merge pull request #2321 from fr500/master
Review #2
2015-10-31 01:24:43 +01:00
radius
0c5d0fad41 rename the plist file 2015-10-30 19:13:56 -05:00
build
f817a94531 change ios9 solution to use the same names 2015-10-30 19:07:27 -05:00
build
b6d595dcb7 change identifier 2015-10-30 19:07:27 -05:00
build
12d0f0f2fe try to fix iOS9 builds by changing the deployment target 2015-10-30 19:07:27 -05:00