zackhow
afc1876e49
Android: Set GC controller 1 to enabled if settings don't exist
...
If a user changes any config options before starting emulation then all SIDevices are set to 0.
This was added in PR 6267(commit 58ee9d2a78
) to fix a bug.
2018-08-17 08:20:22 -04:00
spycrab
8e5c3d5b4e
Merge pull request #7326 from spycrab/qt_tas_fancy
...
Qt/TAS: Enable antialiasing for Stick/IR widgets
2018-08-15 19:46:56 +02:00
spycrab
60cddc2e92
Merge pull request #7334 from BreadFish64/patch-1
...
Fix spelling in assert macro
2018-08-15 19:43:43 +02:00
BreadFish64
b246678c8c
Fix spelling in assert macro
2018-08-15 12:12:19 -05:00
spycrab
6d56b03304
Merge pull request #7325 from spycrab/qt_tas_reset
...
Qt/TAS: Implement recentering feature
2018-08-15 13:07:58 +02:00
Anthony
735277ec7d
Merge pull request #7332 from lioncash/cast
...
Arm64Emitter: Get rid of a pointer cast within SetJumpTarget()
2018-08-14 21:00:49 -07:00
Lioncash
67b015d76b
Arm64Emitter: Get rid of a pointer cast within SetJumpTarget()
...
Type punning like this is undefined behavior. Instead, we use std::memcpy to
copy the necessary data over, which is well defined (as it treats both
the source and destination as unsigned char).
2018-08-14 23:47:53 -04:00
spycrab
fb382e90eb
Merge pull request #7324 from spycrab/qt_independent_tas
...
Qt/TAS: Make TAS input windows independent
2018-08-15 01:51:26 +02:00
spycrab
0626c230a4
Merge pull request #7311 from master0fdisaster/test2
...
Qt/Settings: Minor Fixes
2018-08-14 17:42:21 +02:00
master0fdisaster
0d79e8a2ca
Qt: Config/Advanced: Fix CPU Clock Speed Slider
...
Changes rounding from ceiling to nearest, when updating the slider value. Using ceiling as rounding made some values inaccessible.
2018-08-14 17:22:30 +02:00
master0fdisaster
1544d7d681
Qt: Config/Interface: Fix "Show Active title in Window Title" Checkbox
...
Makes the checkbox save when it's toggled.
2018-08-14 17:22:30 +02:00
master0fdisaster
bc3cc01cc9
Qt: Config/Interface: Fix User Style Drop Down
...
makes the user style drop down load the right custom style after a restart
2018-08-14 17:21:50 +02:00
JosJuice
6a34210c2d
Merge pull request #7328 from zackhow/covers-nocrop
...
Android: Don't crop covers
2018-08-14 11:45:14 +02:00
Markus Wick
799b80fb14
Merge pull request #7329 from delroth/not64
...
Jit64: Update PC before checking for exceptions
2018-08-14 08:58:03 +02:00
Pierre Bourdon
6c1f39458b
Jit64: Update PC before checking for exceptions
2018-08-14 02:27:48 +02:00
zackhow
1f40efda5d
Android: Don't crop covers
2018-08-13 17:39:26 -04:00
spycrab
1c793503b1
Qt/TAS: Implement recentering feature
2018-08-13 23:34:25 +02:00
Pierre Bourdon
60f12e1d4c
Merge pull request #7327 from BillyONeal/master
...
Workaround use of private constant _Snan no longer being present in <limits>
2018-08-13 21:56:55 +02:00
Billy Robert O'Neal III
6640d1ec81
Attempt to fix linter issues.
2018-08-13 12:17:56 -07:00
Billy Robert O'Neal III
a0af0bf588
Workaround use of private constant _Snan no longer being present in <limits>.
2018-08-13 12:05:50 -07:00
spycrab
55c608b482
Qt/TAS: Enable antialiasing for Stick/IR widgets
2018-08-13 15:05:30 +02:00
Markus Wick
3f96f96f14
Merge pull request #7302 from zackhow/covers
...
Android: Update mobile and TV to use game covers
2018-08-13 15:01:15 +02:00
zackhow
3f21975d2a
Android: Update mobile and TV to use game covers
...
Using covers should give a consistent look to dolphin's library.
2018-08-13 08:24:52 -04:00
spycrab
9739ad9f48
Qt/TAS: Make TAS input windows independent
2018-08-13 14:15:09 +02:00
Markus Wick
84c24516b1
Merge pull request #7306 from zackhow/touch-button-placement
...
Android: Add default touch button overlay
2018-08-13 13:44:03 +02:00
Markus Wick
9322c0edfa
Merge pull request #7320 from zackhow/leanback-button-clear
...
Android: Clear controller binding by long press on TV
2018-08-13 13:42:48 +02:00
Markus Wick
15ef7d6fb8
Merge pull request #7323 from lioncash/dedup
...
PowerPC: Deduplicate Helper_Mask() code
2018-08-13 13:41:10 +02:00
spycrab
1c324c8927
Merge pull request #7317 from spycrab/qt_fix_mpbtn_crash
...
Qt/MappingButton: Fix crash when exiting during input detection
2018-08-13 00:14:25 +02:00
Lioncash
a4110ad958
PowerPC: Deduplicate Helper_Mask() code
...
We can share this across all implementations instead of duplicating it
in different ways.
2018-08-12 17:24:16 -04:00
Mat M
3d0ea980a6
Merge pull request #7321 from VPeruS/fix-assignment
...
Core/UICommon: Fix assignment to pointer
2018-08-12 16:59:56 -04:00
VperuS
e5980f280d
Core/UICommon: Fix assignment to pointer
2018-08-12 17:15:14 +03:00
Pierre Bourdon
3bf92e76e5
Merge pull request #7319 from zackhow/exit-double
...
Android: require back to be pressed twice to exit on mobile
2018-08-12 13:40:10 +02:00
zackhow
a2f90d3915
Android: require back to be pressed twice to exit on mobile
2018-08-12 06:59:06 -04:00
zackhow
51fa5d2fd8
Android: Clear controller binding by long press on TV
...
The TV interface can't 'click' the clear button, this gives TV a way to clear
2018-08-11 21:47:49 -04:00
zackhow
75f4e74e94
Android: Add default touch button overlay
...
This sets up default positions for touch buttons so they are not just bunched in the corner on a fresh install. Also added a toast when emulation starts on how to edit button layout
2018-08-11 12:56:23 -04:00
spycrab
159d5a6925
Qt/MappingButton: Fix crash when exiting during input detection
2018-08-11 17:37:12 +02:00
Mat M
a2b97665bb
Merge pull request #7316 from JMC47/removelswxpanic
...
Disable a panic alert in lswx that makes using not64 impossible
2018-08-10 21:34:05 -04:00
JMC47
3a4574957b
Disables a panic alert in lswx that makes using not64 impossible
2018-08-10 21:22:45 -04:00
Pierre Bourdon
55fa4842fb
Merge pull request #7307 from booto/qsortfilter-strict-weak
...
GameList: QSortFilterProxyModel should provide strict weak ordering
2018-08-11 02:57:36 +02:00
Pierre Bourdon
91edc95243
Merge pull request #7315 from delroth/crset-fix
...
Jit64: fix crset implementation
2018-08-11 02:24:15 +02:00
Pierre Bourdon
b382310367
Merge pull request #7313 from PoroCYon/master
...
Rename SIGTRAP, SIGTERM etc. to GDB_SIGTRAP etc.
2018-08-11 01:40:14 +02:00
Pierre Bourdon
c8d4fa5308
Jit64: fix crset implementation
...
At some point SetCRFieldBit was modified to operate on RSCRATCH, but the
function was only partially changed. As such, setting SO, GT or LT would
write the right bit to cr_field, but then cr_field would just get
overwritten with RSCRATCH, undoing the work.
2018-08-11 01:12:49 +02:00
Markus Wick
185f971e2a
Merge pull request #7308 from booto/dualcore-fifo-player-shutdown
...
FifoPlayer: Actually exit on 'Stop' in dualcore
2018-08-10 18:00:18 +02:00
PoroCYon
26a9ab5b19
Use GDB_SIG* enum instead of the system's macros, as the latter mightn't be included or might have a different value.
2018-08-10 16:09:27 +02:00
Pierre Bourdon
cf8c436d0d
Merge pull request #7314 from chungy/master
...
Add cheat codes for Mario Golf: Toadstool Tour
2018-08-10 11:15:57 +02:00
Mike Swanson
f38f51fce3
Add cheat codes for Mario Golf: Toadstool Tour
2018-08-09 14:31:01 -07:00
Mat M
bb255d2666
Merge pull request #7309 from JosJuice/remove-frameskip-even-more
...
ConfigManager: Remove m_FrameSkip
2018-08-09 04:51:29 -04:00
JosJuice
2a2a2cfc5e
DolphinQt: Don't call "frame advance" "frame skip"
...
Just to avoid confusion.
2018-08-09 10:32:32 +02:00
JosJuice
2ee8a61148
ConfigManager: Remove m_FrameSkip
...
This setting was removed some time ago but was apparently
still being read and written by ConfigManager.
2018-08-09 10:31:02 +02:00
Markus Wick
74057ec222
Merge pull request #7303 from zackhow/exitemumenu
...
Android: Add exit to phone emu menu
2018-08-09 10:19:25 +02:00