twinaphex
be502a39fd
Cleanups
2018-05-12 19:24:04 +02:00
twinaphex
58ac7c320e
(dxgi_common.c) Add more __WINRT__ ifdefs
2018-05-12 19:22:37 +02:00
twinaphex
cc5393e54d
(WinRT) Add more WINRT ifdefs
2018-05-12 19:17:23 +02:00
twinaphex
bf76005618
(WinRT) Add more __WINRT__ ifdefs
2018-05-12 19:14:49 +02:00
twinaphex
542294900f
(WinRT) More compilation fixes
2018-05-12 19:03:39 +02:00
twinaphex
04a4578435
Merge commit '75aea8225637bb47e44543ed624f5861cb27c204'
2018-05-12 18:07:47 +02:00
twinaphex
75aea82256
Squashed 'libretro-common/' changes from 71b08aa6b3..705d72b4a3
...
705d72b4a3 Merge pull request #74 from markwkidd/patch-1
3a06bdd07a update description of the "save" directory
git-subtree-dir: libretro-common
git-subtree-split: 705d72b4a30f8096118df443246c6e5c9e1f7e99
2018-05-12 18:07:47 +02:00
twinaphex
dd7ac99f27
Merge commit '6ff58826d8725e4e8788c22706de8b25cc89a4c2'
2018-05-12 18:05:31 +02:00
twinaphex
6ff58826d8
Squashed 'libretro-common/' changes from b1f9a44ebb..71b08aa6b3
...
71b08aa6b3 Add missing files
git-subtree-dir: libretro-common
git-subtree-split: 71b08aa6b3660e21afd8024a1da4d5a9c844e1e4
2018-05-12 18:05:31 +02:00
twinaphex
9d5472cecf
Merge commit '37aad93a58efba6c340e13aa1d83ddf2df762b3d'
2018-05-12 18:03:49 +02:00
twinaphex
37aad93a58
Squashed 'libretro-common/' changes from 377cef30fa..b1f9a44ebb
...
b1f9a44ebb Add missing headers
git-subtree-dir: libretro-common
git-subtree-split: b1f9a44ebbf488debc0f5ef2c817d9c4f72f7153
2018-05-12 18:03:48 +02:00
twinaphex
768ebbfdb5
Merge commit 'ce9ce1d35387ef8144e53bf071396fa075bfb6c5' as 'libretro-common'
2018-05-12 17:56:34 +02:00
twinaphex
ce9ce1d353
Squashed 'libretro-common/' content from commit 377cef30fa
...
git-subtree-dir: libretro-common
git-subtree-split: 377cef30faf410724141b280665db1b6b82cbc7b
2018-05-12 17:56:33 +02:00
twinaphex
0548349991
Remove libretro-common
2018-05-12 17:56:14 +02:00
Twinaphex
ed2ed873b8
Update CHANGES.md
2018-05-12 16:29:07 +02:00
Twinaphex
f658bea4cd
Merge pull request #6768 from theheroGAC/patch-31
...
Update msg_hash_it.h
2018-05-12 01:59:58 +02:00
theheroGAC
f22cc9f2dd
Update msg_hash_it.h
2018-05-11 13:28:31 +02:00
Twinaphex
5abdf50c04
Update CHANGES.md
2018-05-11 04:24:44 +02:00
Twinaphex
b0aab23fd1
Merge pull request #6719 from Brunnis/autohide-configuration-override-options
...
Automatically hide "Configuration Override options" in Quick Menu
2018-05-11 04:14:21 +02:00
Twinaphex
d2e1698426
Merge pull request #6765 from SuperrSonic/master
...
(GX) Changes to gx_gfx
2018-05-11 01:43:52 +02:00
Diego A
3b738e0b2d
Always enable vfilter, enable deflicker setting in progressive scan, fix vsync set to off
2018-05-10 18:44:22 -04:00
Twinaphex
c3c50bae29
Merge pull request #6760 from altiereslima/master
...
Update Portuguese Brazilian translation
2018-05-10 20:23:17 +02:00
Twinaphex
cf5d42dbfe
Merge pull request #6761 from rsn8887/master
...
(Vita/PSP) Use proper button labels, fix inverted R-Stick Y axis
2018-05-10 06:41:04 +02:00
rsn8887
6d5115a50d
(Vita/PSP) Use proper button labels, fix inverted R-Stick Y axis
2018-05-09 22:55:33 -05:00
altiereslima
5378e5d525
Update Portuguese Brazilian translation
2018-05-09 23:32:25 -03:00
Twinaphex
b5118391a9
Merge pull request #6758 from Dwedit/win32-unify-file-open
...
Win32: Unify file open code between Menus and Drag Drop, and fix it too
2018-05-10 04:18:54 +02:00
Dwedit
ca00d93aac
Edit the Japanese resource file too
2018-05-09 21:10:11 -05:00
Dwedit
387d4d87eb
Fix core selection appearing unnecessarily
...
Re-order the dialog items in core selection dialog to make the listbox have focus
Removed the "do wm close" stuff.
2018-05-09 21:04:23 -05:00
Dwedit
f3f0d4f787
Unify File Open and File Drag Drop code
...
* Code in `win32_drag_query_file` was split off into `win32_load_content_from_gui`
* File Open dialog now uses the same code as drag drop instead of the non-working code that was in there before.
* File Dialog and Core Select Dialog show and hide mouse cursor if they were invoked in fullscreen mode
2018-05-09 21:04:23 -05:00
Twinaphex
72a77884fa
Merge pull request #6756 from Dwedit/runahead-messages
...
Runahead error messages
2018-05-10 02:43:24 +02:00
Twinaphex
36b9fd94ba
Merge pull request #6757 from Dwedit/additional-null-check
...
Additional null checks in video_driver.c
2018-05-10 02:43:03 +02:00
Dwedit
bafb23edc3
Additional null check in video_driver.c
...
I have managed to trigger a null pointer exception on one of these two functions, so for safety, I added in null checks for the structs and function pointers.
2018-05-09 19:25:33 -05:00
Dwedit
6154a843e0
Runahead error messages
...
* Add error messages for: Core not having savestates, load/save state failure, secondary core create failure
* Added messages for us locale, can be localized elsewhere
* Add a configuration setting to hide the initial warning message for core not having savestates
* Small code changes and cleanup for secondary core
* Fixed typo "destory" in dirty input code
2018-05-09 19:08:16 -05:00
Twinaphex
911072fb69
Merge pull request #6755 from Dwedit/small_bugfix
...
Small Bugfix to not trigger savestate code
2018-05-10 00:52:46 +02:00
Dwedit
f94c736945
Small Bugfix, do not have Reset command trigger savestate code
2018-05-09 17:42:30 -05:00
twinaphex
46f7742afc
Some early WinRT commits
2018-05-09 16:13:29 +02:00
Twinaphex
53140172ab
Update CHANGES.md
2018-05-08 01:48:34 +02:00
Twinaphex
a9e7bd9ee1
Merge pull request #6737 from gblues/master
...
Implement UDP broadcast network logging on Wii U
2018-05-08 01:47:04 +02:00
twinaphex
41d2ebf8b5
Apparently not available
2018-05-08 00:16:20 +02:00
twinaphex
2c409c606e
(Winphone) should be _DISCARD
2018-05-07 23:19:42 +02:00
twinaphex
244f167dd5
(D3D11) Start adding D3D feature level 9 and Windows Phone ifdefs
2018-05-07 23:18:59 +02:00
twinaphex
70bbe0bdb1
Update CHANGES.md
2018-05-07 17:56:48 +02:00
twinaphex
c79950d707
(PS3) Add HAVE_DR_FLAC
...
(Dr. Flac) Fix some warnings with PS3 compiler
2018-05-07 17:52:53 +02:00
twinaphex
4f549bc55c
(cheevos) Silence PS3 warnings
...
(PS3) Add HAVE_DR_MP3
2018-05-07 17:45:43 +02:00
twinaphex
fb141343c3
(NSW) Add RARCH_INTERNAL
2018-05-07 17:41:53 +02:00
twinaphex
2cfa05fbbb
(RGUI) Expose hex options for colors
2018-05-07 16:11:38 +02:00
twinaphex
1e42e8f58c
(Qt) Add translatable string for 'Clear'
2018-05-07 15:37:54 +02:00
twinaphex
b2361987b7
Make 'Current Core' string translatable
2018-05-07 15:27:56 +02:00
twinaphex
648be7e181
(menu_displaylist.c) Cleanups
2018-05-07 15:23:38 +02:00
twinaphex
555ffba328
menu_displaylist_parse_settings_internal - cleanup
2018-05-07 15:16:56 +02:00