55565 Commits

Author SHA1 Message Date
twinaphex
035e7641c5 Cleanup video_driver_update_viewport 2020-08-02 12:16:02 +02:00
twinaphex
f35010e1ae Cleanups 2020-08-02 10:28:23 +02:00
twinaphex
e298ceb6bf Update vcproj 2020-08-02 10:22:52 +02:00
twinaphex
ec57160709 (XB) Fix Salamander 2020-08-02 09:35:34 +02:00
twinaphex
602ea99c96 Fix 360 Salamander 2020-08-02 09:33:32 +02:00
Autechre
4371efafd7
Merge pull request #11127 from schellingb/explore_multilangfix2
Explore: Better accommodate different languages (updated)
2020-08-01 23:14:45 +02:00
twinaphex
8a24cc350e Resync 2020-08-01 22:55:08 +02:00
twinaphex
97297f71af (MSVC 2005) MSVC 2005 and earlier cannot use nbio_windowsmmap.c -
so disable it
2020-08-01 22:51:23 +02:00
Bernhard Schelling
e26a9db3de Change "ITEM_COUNT" to "ITEMS_COUNT" 2020-08-02 05:09:39 +09:00
Twinaphex
8441f60314 Remove unused variable 2020-08-01 21:47:22 +02:00
Bernhard Schelling
b396f29769 Replace 3 strings with format strings to better accommodate different languages
- "By" becomes "By %s"
- "Select" becomes "Select %s"
- "Items" becomes "%u Items"
2020-08-02 04:46:32 +09:00
twinaphex
83f4ce11f3 Revert "Replace 3 strings with format strings to better accommodate different languages"
This reverts commit a80fe4fbbc43759827d4ef17a171796461c61c97.
2020-08-01 21:24:59 +02:00
Autechre
5c05a03c97
Merge pull request #11126 from schellingb/explore_multilangfix
Explore: Better accommodate different languages
2020-08-01 21:21:24 +02:00
Bernhard Schelling
a80fe4fbbc Replace 3 strings with format strings to better accommodate different languages
- "By" becomes "By %s"
- "Select" becomes "Select %s"
- "Items" becomes "%u Items"
2020-08-02 04:11:03 +09:00
twinaphex
6f0874f2b1 Silence warning 2020-08-01 18:26:20 +02:00
twinaphex
aba17fdc92 Warning fix 2020-08-01 18:18:09 +02:00
twinaphex
cd9ea1f44b Another warning fix 2020-08-01 18:16:19 +02:00
twinaphex
4ee45304b0 More warning fixes 2020-08-01 18:14:48 +02:00
twinaphex
3635bf0d01 Silence some warnings 2020-08-01 18:04:56 +02:00
twinaphex
2ab779f3b5 Buildfix 2020-08-01 18:00:07 +02:00
Autechre
62cc21f1af
Merge pull request #11125 from guoyunhe/crowdin-20200801-2
Remove _LANG_ strings that should not be translated
2020-08-01 17:23:52 +02:00
Guo Yunhe
57d8c4065f Remove _LANG_ strings that should not be translated 2020-08-01 17:50:52 +03:00
Autechre
6546580588
Merge pull request #11124 from guoyunhe/crowdin-20200801
Fetch translations from Crowdin
2020-08-01 16:35:27 +02:00
Guo Yunhe
b4bf2773ef Fetch translations from Crowdin 2020-08-01 17:31:28 +03:00
twinaphex
08a8de6227 (XInput) Proper joypad disconnect messages now with autoconfig
system
2020-07-31 22:31:38 +02:00
twinaphex
3518b4ef9c Cleanups - stray variables and functions can now be made static 2020-07-31 20:05:04 +02:00
twinaphex
65af2828da Move dinput_joypad_get_vidpid_from_xinput_index to
xinput_hybrid_joypad.c
2020-07-31 19:54:15 +02:00
twinaphex
212fc885ed Cleanups - xinput_hybrid_joypad.c no longer calls into separate
dinput_joypad driver interface
2020-07-31 19:52:03 +02:00
twinaphex
8ab1d7f8ec Cleanups 2020-07-31 19:30:03 +02:00
twinaphex
449f8dff8e Cleanups 2020-07-31 19:25:20 +02:00
twinaphex
5c7ba50ce1 Cleanups 2020-07-31 19:22:07 +02:00
twinaphex
b171f35836 Move these globals out of dinput.c and into dinput_joypad_inl.h 2020-07-31 19:08:46 +02:00
twinaphex
b5e0f7edfd Split up dinput_joypad.c into dinput_hybrid_joypad.c (both HAVE_DINPUT
and HAVE_XINPUT defined) and dinput_joypad.c (only HAVE_DINPUT defined)
2020-07-31 19:06:22 +02:00
twinaphex
5c5c57de9c Split up xinput_joypad.c into xinput_hybrid_joypad.c (assumes
-DHAVE_DINPUT) and xinput_joypad.c (no Dinput available at all)
2020-07-31 18:57:44 +02:00
twinaphex
95604f55b9 Add inline header files 2020-07-31 18:48:45 +02:00
twinaphex
04e67f1ac9 Make Xbox 360 reuse default xinput_joypad.c driver 2020-07-31 18:32:28 +02:00
twinaphex
771c0fec39 Add xinput_joypad.h header 2020-07-31 18:22:35 +02:00
twinaphex
748886c5e5 (DInput) Cleanups 2020-07-31 18:15:36 +02:00
Autechre
bbcc863270
Merge pull request #11117 from jdgleaver/playlist-search
Enhanced playlist search functionality
2020-07-31 17:13:59 +02:00
jdgleaver
776301883c Enhanced playlist search functionality 2020-07-31 15:14:51 +01:00
twinaphex
c522f97e0f Cleanups 2020-07-31 14:51:46 +02:00
twinaphex
c19ea3e8ab Cleanup 2020-07-31 14:49:30 +02:00
twinaphex
1f1571425a (Switch) Cleanups 2020-07-31 14:47:14 +02:00
Autechre
0c7ee3d573
Merge pull request #11115 from hhromic/fix-stats-dpy
Fix audio/video statistics display flickering in certain Windows platforms
2020-07-31 11:37:48 +02:00
Hugo Hromic
879e469a50 Fix audio/video statistics display flickering in certain Windows platforms
Recent member addition caused struct misalignment.
2020-07-31 10:26:12 +01:00
twinaphex
573f9e60c7 (libnx) Prevent some warnings 2020-07-31 10:54:57 +02:00
Autechre
7046daf53d
Merge pull request #11114 from guoyunhe/crowdin-20200731
Fetch translations from Crowdin
2020-07-31 09:58:23 +02:00
Guo Yunhe
4f62548f91 Fetch translations from Crowdin 2020-07-31 10:50:17 +03:00
Autechre
b26739167e
Merge pull request #11111 from schellingb/explore_multilang
Explore: Support for localization
2020-07-30 21:05:00 +02:00
Bernhard Schelling
1644e493f0 Explore: Support for internationalization
Replace hardcoded English strings with msg_hash_to_str lookups
2020-07-31 03:09:23 +09:00