acf9bd5ebe
Merge pull request #8408 from ethteck/move-cpu-emulation-engine-options
...
Qt: Move CPU Emulation Engine options to the Advanced tab
2019-10-17 12:56:50 -07:00
2647e412ae
Change from radio buttons to combobox, sizing fix and slight reorganization
2019-10-16 21:01:01 -04:00
6a15de58f4
Merge pull request #8403 from jordan-woyak/netplay-wiimote-buffer-fix
...
NetPlay: Allow Wii Remote buffer size to decrease
2019-10-16 16:20:53 -07:00
4b1567cc03
Merge pull request #8406 from jordan-woyak/macos-enable-sdl
...
CMake: Enable SDL by default on macOS.
2019-10-16 16:17:10 -07:00
a21b7b1bdd
Merge pull request #8390 from jordan-woyak/wiimote-emu-tilt-fix
...
WiimoteEmu: Tilt fixes.
2019-10-16 16:14:42 -07:00
2f0ad1b6a0
Merge pull request #8402 from spycrab/qt_about_restructure
...
Qt/AboutDialog: Clean up code a bit
2019-10-16 22:25:26 +02:00
a6daed23e7
Merge pull request #8387 from sepalani/reg-view-in
...
RegisterWidget: Fix view in code/memory
2019-10-16 20:43:32 +02:00
d6a394e027
Merge pull request #8381 from Ebola16/351
...
Android Studio 3.5.1 Updates
2019-10-16 20:42:48 +02:00
1ce566f9fd
Moved CPU Emulation Engine options to the Advanced tab
2019-10-16 12:41:13 -04:00
a1405f70a2
Merge pull request #8407 from jordan-woyak/dj-turntable-fix
...
ControllerEmu: Clamp results of trigger/slider states to prevent integer overflow later on.
2019-10-15 22:55:59 -04:00
b120b08726
ControllerEmu: Clamp results of trigger/slider states to prevent integer overflow later on.
2019-10-15 15:35:07 -05:00
4425d05c4a
Merge pull request #8400 from sepalani/fix-mega
...
SignatureDB: Add missing selectors
2019-10-15 18:24:03 +02:00
d2c1dbef16
CMake: Enable SDL by default on macOS.
2019-10-14 20:51:08 -05:00
c634bc86e5
Merge pull request #8405 from AdmiralCurtiss/debugger-address-search-usability
...
Qt/Debugger/CodeWidget: Allow pressing 'enter' in address search box.
2019-10-14 13:28:56 -07:00
bbeb25de48
Qt/Debugger/CodeWidget: Allow pressing 'enter' in address search box.
2019-10-14 21:47:27 +02:00
3beb371cc9
Merge pull request #8404 from JosJuice/gitignore-cxx
...
Add /Source/Android/app/.cxx/ to .gitignore
2019-10-14 14:14:10 -04:00
7677e5608f
Add /Source/Android/app/.cxx/ to .gitignore
...
Recent versions of Android Studio seem to put stuff here.
2019-10-14 20:05:24 +02:00
d39555919d
Merge pull request #8395 from CookiePLMonster/improve-work-queue
...
Improvements to WorkQueueThread
2019-10-13 15:24:56 -04:00
8dc5557995
SignatureDB: Add missing selectors
2019-10-13 22:52:21 +04:00
24a36eb027
NetPlay: Allow Wii Remote buffer size to decrease by dropping reports.
2019-10-13 13:03:57 -05:00
aba23c8d87
Merge pull request #8401 from spycrab/qt_5.13.1
...
Externals/Qt: Update to 5.13.1
2019-10-13 16:27:33 +02:00
1975e57b73
Qt/AboutDialog: Clean up code a bit
2019-10-13 16:11:19 +02:00
ec526fee56
Externals/Qt: Update to 5.13.1
2019-10-13 16:06:56 +02:00
5be061e27f
Merge pull request #8398 from jordan-woyak/old-wm-comment
...
WiimoteEmu: Fix an outdated comment.
2019-10-10 08:56:39 -04:00
443af3fabd
WiimoteEmu: Fix outdated comment.
2019-10-09 16:12:18 -05:00
6dbb5cc4ea
Merge pull request #8397 from stenzek/fifoci-fix
...
Fix FifoCI
2019-10-10 00:27:31 +10:00
7c286064b8
AudioCommon: Don't forget to call Init() on fallback
2019-10-10 00:09:16 +10:00
1c5441aa40
AlsaSoundStream: Don't call join() on invalid thread
...
This can happen if initialization failed.
2019-10-10 00:07:27 +10:00
6e613f4f82
Merge pull request #8386 from stenzek/gcc-array-workaround
...
FixedSizeQueue: Work around GCC generating large amounts of debug info
2019-10-09 15:42:53 +10:00
26ebf5b650
Improvements to WorkQueueThread
...
- Do not use a lambda for std::thread as invoke constructor exists
- Use simpler std::lock_guard wherever possible
- Do not require T to be default constructible
- Move T out of the queue instead of copying
2019-10-08 22:57:33 +02:00
19ed64122c
Merge pull request #8371 from stenzek/vulkan-headers
...
Externals: Update Vulkan headers to 1.1.121.2
2019-10-07 10:46:03 +10:00
12b47c9487
Merge pull request #8392 from JosJuice/audio-backend-dropdown-default
...
DolphinQt: When audio backend is invalid, show nothing in dropdown
2019-10-07 10:45:07 +10:00
02ba893803
DolphinQt: When audio backend is invalid, show nothing in dropdown
...
It used to show the first option, No Audio Output (but audio output
would work correctly anyway since AudioCommon didn't use this logic.)
2019-10-06 20:40:31 +02:00
b794737bcf
WiimoteEmu: Disable simulation of centripetal acceleration.
2019-10-06 09:56:41 -05:00
673f13b7ac
WiimoteEmu: Change default tilt angle to 85 degrees.
2019-10-06 09:56:41 -05:00
260cefd60b
WiimoteEmu: Expose maximum tilt acceleration.
2019-10-06 09:56:39 -05:00
b6545ea285
Merge pull request #8370 from sepalani/fix-hle-patch
...
HLE: Fix patching functions with the same name
2019-10-06 05:07:54 -04:00
beeb68d541
RegisterWidget: Fix view in code/memory
2019-10-06 12:25:46 +04:00
9a68eaaa24
Merge pull request #8292 from Pokechu22/ir-calibration
...
Use valid IR calibration data
2019-10-06 17:31:50 +10:00
5a70ae895e
Merge pull request #8369 from JosJuice/blame-ignorerevsfile
...
Add a git blame.ignoreRevsFile file
2019-10-06 17:26:56 +10:00
dba7f3304d
Merge pull request #8361 from ligfx/remove_xaudio2
...
Remove XAudio2
2019-10-06 17:24:48 +10:00
86bf88d5af
Merge pull request #8384 from vadosnaprimer/another_avi_fix
...
Another AVI fix for WinAPI importers
2019-10-06 17:23:22 +10:00
4fd262d0b8
FixedSizeQueue: Work around GCC generating large amounts of debug info
2019-10-06 16:23:45 +10:00
5d03d5dde0
Another AVI fix for WinAPI importers
...
When not using native resolution, FFMPEG automatically selects FFV1 version 3 for whatever reason, and that can't be decoded by VirtualDub/AVISynth.
2019-10-05 23:31:06 +03:00
3c6c94a04a
Merge pull request #8377 from stenzek/remove-3d-vision
...
Drop 3D Vision Support
2019-10-05 00:31:45 -04:00
ae83d02e54
Drop 3D Vision Support
2019-10-04 13:40:21 +10:00
68450fc1d9
Android Studio 3.5.1 Updates
2019-10-02 21:10:16 -04:00
e6ae204600
Merge pull request #8373 from jordan-woyak/stereo-mode-fix
...
DolphinQt/Graphics: Fix NVIDIA 3D Vision support handling.
2019-10-02 10:56:21 +10:00
dafb0173b7
Merge pull request #8375 from stenzek/stereo-switch
...
Fix runtime stereoscopy mode switching
2019-10-02 10:54:53 +10:00
b319f823bf
Merge pull request #8337 from CookiePLMonster/log-widget-improvements
...
Log widget improvements
2019-10-01 23:42:16 +10:00