29782 Commits

Author SHA1 Message Date
twinaphex
693ce8f6e5 (task_content.c) Fix explicit null dereferenced 2016-06-05 19:03:23 +02:00
twinaphex
c1f9d7b498 (shader_glsl.c) Fix dereference after null check warnings 2016-06-05 19:02:13 +02:00
FIX94
b80bba2061 (GX) only apply better gamma setting to wii and use old setting on ngc
(GX) show gamma setting in the video options on ngc, was hidden before
2016-06-05 18:57:29 +02:00
twinaphex
553ff7f69f Prevent calling menu_setting_find if 'label' is NULL 2016-06-05 18:41:19 +02:00
twinaphex
c61748d2a0 (menu_input.c) Fix 'explicit null dereferenced' 2016-06-05 18:40:09 +02:00
twinaphex
620f541ca1 detect_ps1_game_sub - fix 'resource leak' 2016-06-05 18:32:26 +02:00
twinaphex
5004113ce1 Cleanup 2016-06-05 18:27:31 +02:00
Twinaphex
5f87717295 Merge pull request #3075 from fr500/master
fix savefile bug when launching from the commandline
2016-06-05 18:24:42 +02:00
radius
f8274800fb fix savefile bug when launching from the commandline 2016-06-05 11:21:16 -05:00
Twinaphex
52aba3c4d6 Merge pull request #3073 from FIX94/master
(GX) improved video gamma setting by allowing a wider spectrum (0.1 to 3.0)
2016-06-05 18:14:27 +02:00
FIX94
f3d0860483 (GX) improved video gamma setting by allowing a wider spectrum (0.1 to 3.0) 2016-06-05 18:03:39 +02:00
Twinaphex
bb0a633296 Merge pull request #3071 from natinusala/master
(gl_raster_font) Fixed scaling for newlines
2016-06-05 16:46:27 +02:00
Nathan S
6889b58270 (gl_raster_font) Fixed scaling for newlines 2016-06-05 14:56:23 +02:00
twinaphex
ca6f539ff5 (iOS) Prevent unused variable 'buf' warning 2016-06-05 07:02:44 +02:00
Twinaphex
e4d202458a (iOS) Buildfix 2016-06-05 07:01:04 +02:00
twinaphex
b87bbc7f98 Use retro_common_api.h 2016-06-05 05:31:55 +02:00
twinaphex
85802e6d5a Prevent defined but not used warnings 2016-06-05 05:25:44 +02:00
Twinaphex
b59f7c0276 Merge pull request #3068 from libretro/command-ram
Add support for reading/writing core RAM over the command interface
2016-06-05 03:05:52 +02:00
twinaphex
51c875fdee Cleanup 2016-06-05 03:04:09 +02:00
Twinaphex
96d9a851b1 Merge pull request #3070 from fr500/undo
fix a few message issues with undo operations
2016-06-05 02:58:14 +02:00
radius
f80ecf7739 fix a few message issues with undo operations 2016-06-04 19:27:17 -05:00
Twinaphex
86b35c8ff2 Merge pull request #3069 from fr500/undo
Undo savestate/loadstate
2016-06-05 01:19:35 +02:00
radius
20540a8f42 add menu entry for undo save state 2016-06-04 14:34:06 -05:00
radius
93acf0caa9 check if saving undo data was successful 2016-06-04 12:42:45 -05:00
radius
28aafddd91 copy the old save state before making a new savestate 2016-06-04 12:38:55 -05:00
radius
aa81de0ca0 fix nit 2016-06-04 12:07:11 -05:00
twinaphex
2f7bc8760c Turn win32_browser into static function 2016-06-04 18:43:03 +02:00
Alcaro
e3f594564a Fix segfault if no game is loaded. 2016-06-04 18:26:11 +02:00
twinaphex
757c83ea58 Turn apple_rarch_exited static 2016-06-04 18:10:52 +02:00
twinaphex
242e3d6a9e (ui_cocoa.m) Cleanups 2016-06-04 18:09:40 +02:00
Twinaphex
8e9bb03301 (Cocoa) Rewrite poll_iteration 2016-06-04 18:03:46 +02:00
Alcaro
6484fb0c75 This fits better as an argument. 2016-06-04 17:51:27 +02:00
Alcaro
1a64520a23 Fix some silly copypasta. 2016-06-04 17:46:11 +02:00
Alcaro
d845093c7b Add support for reading and writing core RAM over the command interfaces. 2016-06-04 17:41:14 +02:00
Twinaphex
4b0401462f (OSX) Buildfixes 2016-06-04 17:34:01 +02:00
twinaphex
cfc3b97808 Use ui_window_win32_focused 2016-06-04 17:30:06 +02:00
twinaphex
4a649695a5 Add prototypes 2016-06-04 17:27:23 +02:00
twinaphex
75781bb256 (Win32) Buildfix 2016-06-04 17:26:14 +02:00
twinaphex
fc9954d967 Create window_focused callback 2016-06-04 17:24:46 +02:00
twinaphex
b5830de236 Create stub GetForegroundWindow function for Xbox 2016-06-04 17:18:20 +02:00
twinaphex
abbd39fc6e Might want to use GetForegroundWindow instead for window focus 2016-06-04 17:17:10 +02:00
twinaphex
c63f11f6fd Use ui_window_win32_set_droppable 2016-06-04 08:50:43 +02:00
twinaphex
52d85c50d2 Implement ui_window_win32_set_droppable 2016-06-04 08:48:04 +02:00
Twinaphex
bb5107b5fa Don't use ui_cocoa_window_set_droppable for now 2016-06-04 08:45:20 +02:00
twinaphex
47c7330cc8 Add set_droppable 2016-06-04 08:38:38 +02:00
twinaphex
80b194f491 (Cocoa) Cleanups 2016-06-04 08:20:39 +02:00
Twinaphex
37d4dcfac1 (Cocoa) Implement ui_window_cocoa_destroy 2016-06-04 08:16:14 +02:00
Twinaphex
deb3efb8db (Cocoa) Implement ui_window_cocoa_set_focused and ui_window_cocoa_set_visible 2016-06-04 08:14:39 +02:00
Twinaphex
860fb1d525 (Cocoa) Implement ui_window_cocoa_set_title 2016-06-04 08:09:55 +02:00
Twinaphex
7a564720fb (Cocoa) Buildfix 2016-06-04 08:00:19 +02:00