twinaphex
|
e69855880d
|
Autoconfig message should always appear on top of FPS display
|
2016-07-19 18:32:54 +02:00 |
|
twinaphex
|
adace9f27b
|
Make some messages no longer get stuck
|
2016-07-19 18:25:08 +02:00 |
|
twinaphex
|
7f9168ff18
|
Cleanups
|
2016-07-19 06:33:56 +02:00 |
|
Twinaphex
|
7b9cef731d
|
Merge pull request #3243 from sronsse/fixes_for_team
retroarch: Refactor retroarch_main_init core initialization failure handling
|
2016-07-19 06:31:27 +02:00 |
|
Sebastien Ronsse
|
21a82e3622
|
retroarch: Refactor retroarch_main_init core initialization failure handling
|
2016-07-19 14:27:46 +10:00 |
|
twinaphex
|
88c767fee9
|
When a core returns false in retro_load_game, it should still
let us stay inside the menu
|
2016-07-19 06:20:19 +02:00 |
|
twinaphex
|
5678d4fd34
|
Add onscreen message when this happens
|
2016-07-19 06:16:58 +02:00 |
|
twinaphex
|
397f82c9f5
|
Get rid of configuration.h dependency in list_special.c
|
2016-07-18 07:15:58 +02:00 |
|
twinaphex
|
8345ad2aba
|
Cleanups
|
2016-07-18 07:11:08 +02:00 |
|
twinaphex
|
182ee094c7
|
Rewrite this to make it a bit more cleaner - using string_list
|
2016-07-18 07:05:47 +02:00 |
|
radius
|
bd3f6d6dfb
|
fix disk next/prev hotkeys
|
2016-07-17 23:47:44 -05:00 |
|
radius
|
c38adcabd3
|
fix shader next/prev
|
2016-07-17 23:47:43 -05:00 |
|
radius
|
7a433a60a6
|
"fix cheevos status"
|
2016-07-17 09:45:49 -05:00 |
|
twinaphex
|
5d06f654da
|
Rearrange this
|
2016-07-17 15:59:38 +02:00 |
|
twinaphex
|
c560f1c71b
|
Use return value of image_texture_load
|
2016-07-17 15:58:14 +02:00 |
|
Twinaphex
|
cbc06e152d
|
Merge pull request #3227 from alex34567/master
Fix vulkan xmb bug.
|
2016-07-17 15:56:49 +02:00 |
|
Twinaphex
|
13839e690d
|
Merge pull request #3230 from Brunnis/master
Fix bug in calculation of blocksize for savestates
|
2016-07-17 15:55:10 +02:00 |
|
Mikael Brunnhede
|
7191465dcb
|
Fix bug in calculation of blocksize for savestates.
|
2016-07-17 12:15:44 +02:00 |
|
Alex Eckhart
|
ea3b79cb4a
|
Fix vulkan xmb bug.
|
2016-07-16 20:32:00 -06:00 |
|
twinaphex
|
218d6f5262
|
Bump up to 1.3.6
v1.3.6
|
2016-07-17 01:05:18 +02:00 |
|
twinaphex
|
efd16e8b72
|
Correctly place '..' more entry for RGUI
|
2016-07-17 01:00:57 +02:00 |
|
twinaphex
|
0b474b3d26
|
Dehardcore 'more' string
|
2016-07-17 00:52:56 +02:00 |
|
twinaphex
|
73fa327305
|
Rename Parent Directory label
|
2016-07-17 00:42:36 +02:00 |
|
twinaphex
|
184e99defa
|
Include back 'parent directory'
|
2016-07-17 00:41:13 +02:00 |
|
twinaphex
|
a8de87576e
|
(windows) Fixes drag and drop - we have to call this
function directly since the UI companion driver interface at
this point has not yet been initialized
|
2016-07-16 23:49:44 +02:00 |
|
twinaphex
|
c6e6e300b9
|
CLeanup
|
2016-07-16 23:16:30 +02:00 |
|
twinaphex
|
8b4dd98d4b
|
(drag and drop) Try to make some code more understandable
|
2016-07-16 23:13:24 +02:00 |
|
twinaphex
|
8b29ad1fee
|
Add early return in case this is NULL
|
2016-07-16 23:00:35 +02:00 |
|
twinaphex
|
f308997465
|
DragFinish releases memory allocations - so always call it at the end
|
2016-07-16 22:39:21 +02:00 |
|
twinaphex
|
6ac8b64e3d
|
Put this around a HAVE_CG ifdef
|
2016-07-16 22:32:33 +02:00 |
|
twinaphex
|
8983126c23
|
Should finally remove Cg from unwanted targets
|
2016-07-16 22:31:55 +02:00 |
|
twinaphex
|
3f3486336b
|
(MSVC) Updated solution again
|
2016-07-16 22:22:57 +02:00 |
|
twinaphex
|
5a6e3f7968
|
Remove some more CG parts
|
2016-07-16 22:21:02 +02:00 |
|
twinaphex
|
7a17e9ccc2
|
(MSVC 2010) Add non-Cg targets - Release and Debug
|
2016-07-16 22:03:21 +02:00 |
|
Twinaphex
|
a55199afb9
|
Unused variable
|
2016-07-16 19:58:22 +02:00 |
|
twinaphex
|
e1e2e83c0f
|
Set default mouse enable
|
2016-07-16 19:57:16 +02:00 |
|
twinaphex
|
092ca463d2
|
Only use extern C for C++ builds
|
2016-07-16 19:43:07 +02:00 |
|
twinaphex
|
10f3a63cec
|
Fix more entries
|
2016-07-16 19:09:47 +02:00 |
|
Alcaro
|
a5098f19a1
|
Good point. Close #3224 again.
|
2016-07-16 18:46:38 +02:00 |
|
Alcaro
|
1e1f2cfee0
|
@yurivict: It's supposed to come from RetroArch itself, we refactored the signals recently and didn't really test it on the more unusual platforms. Close #3224.
|
2016-07-16 18:36:30 +02:00 |
|
twinaphex
|
eb77f99e1e
|
(Windows) Finally properly 'swallows' event when doubleclicking on titlebar
|
2016-07-16 18:09:21 +02:00 |
|
twinaphex
|
ce6f3f955c
|
Doubleclick on titlebar should no longer trigger button press
in RA window
|
2016-07-16 17:56:07 +02:00 |
|
twinaphex
|
616b9f7471
|
(Win32) Test
|
2016-07-16 17:44:21 +02:00 |
|
twinaphex
|
9fe2ae4a0a
|
Don't show 'Filter by supported extensions' for anything other than
'Load Content'-type file browser instances
|
2016-07-16 17:17:58 +02:00 |
|
twinaphex
|
4044185eaf
|
Remove some more unneeded code here
|
2016-07-16 17:13:52 +02:00 |
|
twinaphex
|
93eaa54430
|
Create menu_displaylist_parse_cores - should not be affected
by 'filter by supported extensions' option
|
2016-07-16 17:11:00 +02:00 |
|
Alcaro
|
0fd53504ee
|
Maybe this fixes that weirdo bug.
|
2016-07-16 17:01:56 +02:00 |
|
Alcaro
|
d7dbc45c6b
|
That's a weird way to check versions. Won't even work for 7.0.
|
2016-07-16 16:51:28 +02:00 |
|
twinaphex
|
a55fe0eb6b
|
Don't show Achievement settings if HAVE_CHEEVOS not defined
|
2016-07-16 16:35:51 +02:00 |
|
twinaphex
|
c582a9776a
|
(Menu) Fix crash on Windows when entering menu settings
|
2016-07-16 16:33:47 +02:00 |
|