36099 Commits

Author SHA1 Message Date
twinaphex
4b8c22e311 Add HAVE_MENU ifdef 2017-01-17 14:40:59 +01:00
twinaphex
68bb87f392 Try to fix Coverity warning 'uninitialized scalar variable' 2017-01-17 14:21:41 +01:00
twinaphex
f82e51e5e8 (menu_animation.c) Cleanup 2017-01-17 14:16:49 +01:00
twinaphex
3c0538a1ee (menu_animation.c) Cleanups 2017-01-17 14:15:43 +01:00
twinaphex
08a09f135a (menu_displaylist.c) Cleanup 2017-01-17 14:06:54 +01:00
twinaphex
f074c3fa7e Add this 2017-01-17 14:02:50 +01:00
Francisco José García García
cae90023f2 Merge pull request #4442 from frangarcj/master
(VITA) Fix salamander
2017-01-17 13:53:28 +01:00
ggf906
702622380c (VITA) Fix salamander 2017-01-17 13:52:29 +01:00
twinaphex
814fb59608 Try to prevent more uninitialized variables 2017-01-17 13:44:23 +01:00
Twinaphex
014ed5e87f Merge pull request #4441 from aliaspider/master
(WiiU) simplify input code + fix crash on content reload.
2017-01-17 13:16:56 +01:00
aliaspider
ee7fd79fb2 cores_names_size was used in a conditional branch without being
initialized, fixes a crash on content reload.
2017-01-17 13:03:39 +01:00
aliaspider
14660a8c12 (WiiU) simplify input code, add button labels for autoconfigs. 2017-01-17 12:41:55 +01:00
Francisco José García García
ef21a86314 Merge pull request #4440 from frangarcj/master
(VITA) Update to latest vitasdk
2017-01-17 12:10:55 +01:00
ggf906
e9cff022fc (VITA) Update to latest vitasdk 2017-01-17 11:43:12 +01:00
Twinaphex
7fbdb6a9b3 Merge pull request #4438 from CoalaJoe/master
Added more translation for german
2017-01-17 10:55:46 +01:00
twinaphex
724b68d5cb (gdi_gfx.c) Style nits 2017-01-17 10:54:48 +01:00
twinaphex
d79fe15e9a Use wcstombs by default instead of relying on preprocessor detection
of Windows version
2017-01-17 10:49:33 +01:00
CoalaJoe
d71580b084 Formatted translation file properly 2017-01-17 10:20:04 +01:00
CoalaJoe
928c3edaf4 Merge remote-tracking branch 'upstream/master' 2017-01-17 10:07:27 +01:00
CoalaJoe
2ab25b9c73 Added debuging information in german 2017-01-17 10:05:09 +01:00
CoalaJoe
f28be42b2d Added help message for gamebad overlays 2017-01-17 08:23:24 +01:00
CoalaJoe
fb3f5c8e60 Added message for virtual gamepad information 2017-01-17 07:58:38 +01:00
CoalaJoe
0eef01205b Changed Content to Inhalt 2017-01-17 06:27:38 +01:00
CoalaJoe
64dc9bedbf Translated browser-directory 2017-01-17 06:17:32 +01:00
Brad Parker
76b7235dc5 msvc2005 buildfix 2017-01-16 22:20:59 -05:00
Brad Parker
7dc558344b GDI: do not draw background with rgui 2017-01-16 21:11:47 -05:00
Brad Parker
7b057fd43f GDI: add msimg32 library to msvc2010 project 2017-01-16 20:56:32 -05:00
Brad Parker
afb94e2b96 GDI: draw a gradient background for xmb 2017-01-16 20:41:09 -05:00
Brad Parker
5eaf00b39d GDI: fix rendering of 32-bit color cores 2017-01-16 20:41:09 -05:00
Brad Parker
e4bdc5ce8b GDI: remove unused code and fix menu toggle in rgui and xmb 2017-01-16 20:41:09 -05:00
Brad Parker
493b7372bd only disable glui/xmb/zarch if GL/ES/Vulkan AND libcaca is not enabled 2017-01-16 20:41:09 -05:00
Brad Parker
240b43e0ba windows buildfix 2017-01-16 20:41:09 -05:00
Brad Parker
e0f71928ca add msvc2005 project files for Win2000 2017-01-16 20:41:08 -05:00
Brad Parker
e1f4db8081 Win2000 buildfixes 2017-01-16 20:41:08 -05:00
Brad Parker
061c13b84c fix XP runtime error with MinGW 2017-01-16 20:41:08 -05:00
Brad Parker
7acfa39fb9 GDI: MSVC2010 build fix 2017-01-16 20:41:08 -05:00
Brad Parker
7c6bf6aaf7 fix msys2 compilation when opengl, vulkan and d3d9 are disabled 2017-01-16 20:41:08 -05:00
Brad Parker
69ce5bdd65 GDI: allow menu drivers to be built without acceleration 2017-01-16 20:41:08 -05:00
Brad Parker
8d9a43eec6 GDI: pitch seems to be reported wrong? this looks correct now 2017-01-16 20:41:07 -05:00
Brad Parker
c09996cd22 GDI: don't need to store the padding 2017-01-16 20:41:07 -05:00
Brad Parker
d6300a7946 GDI: video correctly fills the screen now, but resolution is poor. why is it scaled down by half? 2017-01-16 20:41:07 -05:00
Brad Parker
0ee3f39d76 GDI: no more flicker 2017-01-16 20:41:07 -05:00
Brad Parker
f51472395a GDI: fix bad color due to reading as RGB555 instead of 565 2017-01-16 20:41:07 -05:00
Brad Parker
6b89064242 GDI: no more alternating black lines, but now video only takes up half the window 2017-01-16 20:41:07 -05:00
Brad Parker
acd6826df9 GDI: stretch video output to fill window 2017-01-16 20:41:07 -05:00
Brad Parker
69bac11f02 GDI: fix window not clearing on every frame, requires both FillRect calls and InvalidateRect 2017-01-16 20:41:06 -05:00
Brad Parker
6c62901ae5 GDI: fix window not responding, but menu corruption still happens if set_gdi_pixel_format is called 2017-01-16 20:41:06 -05:00
Brad Parker
bdc68e679f GDI: flip image and render text after other graphics 2017-01-16 20:41:06 -05:00
Brad Parker
6fe2a974a5 GDI: does not freeze after a few seconds anymore, but the window still freezes when moving the mouse into it 2017-01-16 20:41:06 -05:00
Brad Parker
8eba18a54f GDI: xmb draws for a few seconds and then freezes 2017-01-16 20:41:06 -05:00