Mathew Maidment
|
c2802f96a6
|
Merge pull request #3655 from jcowgill/spelling-fixes
Fix some very minor spelling mistakes
|
2016-03-02 14:04:05 -05:00 |
|
Rukai
|
1b65adcd56
|
Fully remove wii remote netplay UI code and remove reference to WiimoteReal in NetPlayClient.cpp
|
2016-03-02 21:02:15 +11:00 |
|
Dolphin Bot
|
ab50dd1926
|
Merge pull request #3667 from RisingFog/fix_savestates
Fix savestates if a device is changed after a savestate is made
|
2016-03-01 15:35:09 +01:00 |
|
Ryan Houdek
|
36b476ed76
|
Merge pull request #3683 from Sonicadvance1/aarch64_fix_fcmp
[AArch64] Fix fcmp.
|
2016-03-01 09:29:56 -05:00 |
|
Ryan Houdek
|
344a4ddc9b
|
Merge pull request #3685 from degasus/arm
JitArm64: Optimize addi
|
2016-03-01 09:29:42 -05:00 |
|
Chris Burgener
|
7991605ad9
|
Fix savestates if a device is changed after a savestate is made
|
2016-03-01 09:28:04 -05:00 |
|
Pierre Bourdon
|
392051bd69
|
Merge pull request #3679 from JosJuice/seek-log-sign
DVDInterface: Log seek offsets with a more intuitive sign
|
2016-02-29 16:49:39 +01:00 |
|
degasus
|
e2725792d4
|
JitArm64: Optimize addi
|
2016-02-29 08:39:24 +01:00 |
|
degasus
|
4478146c80
|
JitArm64: Split addi from arith_imm.
They ARM assembly has different immediate versions for logic and additions, so there is no use in merging those instructions.
|
2016-02-29 08:39:14 +01:00 |
|
Chris Burgener
|
b1c8198cec
|
Move SetData logic to within SysConf.cpp
|
2016-02-28 19:42:15 -05:00 |
|
Ryan Houdek
|
abaa8fc24d
|
[AArch64] Fix fcmp.
Fixes Luigi's head vanishing. Was due to a mishandling of nans.
Confirmed fixed by hardware test.
|
2016-02-28 13:15:47 -06:00 |
|
degasus
|
68defb72a3
|
JitArm64: Don't generate the carry if it's not used any more.
|
2016-02-27 21:27:29 +01:00 |
|
JosJuice
|
9427d6efb9
|
DVDInterface: Log seek offsets with a more intuitive sign
|
2016-02-27 15:20:49 +01:00 |
|
Pierre Bourdon
|
1b37b39d64
|
Merge pull request #3673 from mmastrac/dvd_nobackwardsbuffer
[DVD] Ignore buffer when seeking backwards
|
2016-02-26 13:14:47 +01:00 |
|
Pierre Bourdon
|
1d07fee367
|
Merge pull request #3432 from stenzek/bba-tap-win
EXI: Refactor Windows BBA-TAP interface to a read thread, crash fixes, cleanups
|
2016-02-26 12:46:20 +01:00 |
|
mathieui
|
4fe2886c2c
|
[netplay] Use the device only if it’s a gc controller or similar
(bad things could happen if we wire up the gba with netplay)
|
2016-02-25 22:58:21 +01:00 |
|
mathieui
|
7b2c54ad93
|
[Movie] allow recording with any pad
(bongo/dancemat/adapter…)
|
2016-02-25 22:58:21 +01:00 |
|
mathieui
|
d61ef9a95a
|
[SI] add a way to check if the current controller is a gcpad
(or gcpad-compatible)
|
2016-02-25 22:58:17 +01:00 |
|
Matt Mastracci
|
f1a5d6c104
|
[DVD] Ignore buffer when seeking backwards
Unfortunately this fix re-breaks Arc Rise Fantasia, so we must restore its INI as well.
|
2016-02-25 12:09:25 -07:00 |
|
degasus
|
3286bbd9bd
|
JitArm64: Track single precision in ps_sel.
|
2016-02-25 19:47:07 +01:00 |
|
degasus
|
141e299161
|
JitArm64: Track single precision in fctiwzx.
|
2016-02-25 19:47:07 +01:00 |
|
degasus
|
e0793a274f
|
JitArm64: Track singles in fselx.
|
2016-02-25 19:47:07 +01:00 |
|
degasus
|
b4d0307b25
|
JitArm64: Remove LoadTo* helpers.
|
2016-02-25 19:47:07 +01:00 |
|
degasus
|
2112d8dfda
|
JitArm64: Replace REG_IS_LOADED with REG_LOWER_PAIR
|
2016-02-25 19:47:07 +01:00 |
|
degasus
|
c30a66b2d5
|
JitArm64: Track singles in fabs.
|
2016-02-25 19:47:07 +01:00 |
|
degasus
|
84395b65f6
|
JitArm64: Track singles in psq_st.
|
2016-02-25 19:47:06 +01:00 |
|
degasus
|
fe87462be8
|
JitArm64: Track singles in stfs.
|
2016-02-25 19:47:06 +01:00 |
|
degasus
|
5fad3d94a0
|
JitArm64: Track singles in fcmpX.
|
2016-02-25 19:47:06 +01:00 |
|
degasus
|
c8948ff8c7
|
JitArm64: Track single precision in ps_maddXX.
|
2016-02-25 19:47:06 +01:00 |
|
degasus
|
7fd68c8761
|
JitArm64: Track singles in ps_sumX.
|
2016-02-25 19:47:06 +01:00 |
|
degasus
|
ca091b9e92
|
JitArm64: Track single precision in ps_res.
|
2016-02-25 19:47:06 +01:00 |
|
degasus
|
d185d2f704
|
JitArm64: Track singles in ps_mulsX.
|
2016-02-25 19:47:06 +01:00 |
|
degasus
|
6572790d8b
|
JitArm64: Track singles in ps_mergeXX.
|
2016-02-25 19:47:06 +01:00 |
|
degasus
|
5506295123
|
JitArm64: Track singles in frspx.
|
2016-02-25 19:47:06 +01:00 |
|
degasus
|
0efdd5cacd
|
JitArm64: Track singles in paired fp_logic.
|
2016-02-25 19:47:06 +01:00 |
|
degasus
|
003288a886
|
JitArm64: Track singles in fp_arith.
|
2016-02-25 19:47:05 +01:00 |
|
degasus
|
ae1b5ff9e8
|
JitArm64: Track single precision in load/store.
|
2016-02-25 19:47:05 +01:00 |
|
degasus
|
1e59dc1025
|
JitArm64: Single precision tracking.
|
2016-02-25 19:47:05 +01:00 |
|
Chris Burgener
|
4aa6f6c812
|
Apply Wii Settings on Movie Recording/Playback
|
2016-02-24 21:22:37 -05:00 |
|
Ryan Houdek
|
0e7401f350
|
Merge pull request #3639 from ASSympt0te/toggle-frame-limit-changes-fixes
Reword "Toggle Frame Limit" to better explain function
|
2016-02-24 12:15:11 -05:00 |
|
Sintendo
|
00cc59e83a
|
VideoInterface: Fix comment typo
|
2016-02-21 09:39:01 +01:00 |
|
Tillmann Karras
|
3b2e170f0b
|
Interpreter: simplify subtable handling
|
2016-02-20 02:20:41 +00:00 |
|
Tillmann Karras
|
b291b0a7c2
|
Interpreter: simplify mask helper
|
2016-02-20 01:03:46 +00:00 |
|
Tillmann Karras
|
af5ff9941a
|
Interpreter: deduplicate CR0 helper
|
2016-02-20 01:03:37 +00:00 |
|
James Cowgill
|
db8dbae131
|
Fix some very minor spelling mistakes
Found by Lintian https://lintian.debian.org/
|
2016-02-19 01:48:10 +00:00 |
|
Pierre Bourdon
|
05f5668bcc
|
Merge pull request #3591 from phire/VC_widescreen
Make all Virtual console games 4:3 (and cleanup GameInis)
|
2016-02-16 00:41:33 +01:00 |
|
blendmaster345
|
c61625cdd3
|
Relabel hotkey option for toggle frame limit to better reflect function
|
2016-02-15 04:11:21 -06:00 |
|
Pierre Bourdon
|
14cdf82a69
|
Merge pull request #3638 from lioncash/mmio
Memmap: Make the MMIO mapping a unique_ptr
|
2016-02-15 10:29:40 +01:00 |
|
Lioncash
|
b36b10fa78
|
Memmap: Make the MMIO mapping a unique_ptr
|
2016-02-15 00:02:00 -05:00 |
|
Matt Mastracci
|
4e6f58d82e
|
[DVD] Signedness fix in realistic timing path
|
2016-02-14 14:27:08 -07:00 |
|