MerryMage
|
31bd9b5cd0
|
Jit_Integer: srawix
|
2018-10-28 17:57:44 +00:00 |
MerryMage
|
817fddf734
|
Jit_Integer: srawx
|
2018-10-28 17:57:44 +00:00 |
MerryMage
|
32572dd639
|
Jit_Integer: slwx
|
2018-10-28 17:57:44 +00:00 |
MerryMage
|
22600b33ee
|
Jit_Integer: srwx
|
2018-10-28 17:57:44 +00:00 |
MerryMage
|
4a97f31aa2
|
Jit_Integer: negx
|
2018-10-28 17:57:44 +00:00 |
MerryMage
|
42614ede16
|
Jit_Integer: rlwnmx
|
2018-10-28 17:57:44 +00:00 |
MerryMage
|
d4e2acc9cd
|
Jit_Integer: rlwinmx
|
2018-10-28 17:57:44 +00:00 |
MerryMage
|
bde5df03a3
|
Jit_Integer: arithcx
|
2018-10-28 17:57:44 +00:00 |
MerryMage
|
6ce718b920
|
Jit_Integer: arithXex
|
2018-10-28 17:57:44 +00:00 |
MerryMage
|
9bf75a0f31
|
Jit_Integer: addx
|
2018-10-28 17:57:44 +00:00 |
MerryMage
|
50e7b97406
|
Jit_Integer: divwx
|
2018-10-28 17:57:44 +00:00 |
MerryMage
|
f945457915
|
Jit_Integer: divwux
|
2018-10-28 17:57:44 +00:00 |
MerryMage
|
2652d4dfdb
|
Jit_Integer: mulhwXx
|
2018-10-28 17:57:44 +00:00 |
MerryMage
|
24aadd933e
|
Jit_Integer: mullwx
|
2018-10-28 17:57:44 +00:00 |
MerryMage
|
02deaab6ee
|
Jit_Integer: mulli
|
2018-10-28 17:57:44 +00:00 |
MerryMage
|
497ac5789d
|
Jit_Integer: subfx
|
2018-10-28 17:57:44 +00:00 |
MerryMage
|
64c29ab942
|
Jit_Integer: Port subfic to new register cache interface
|
2018-10-28 17:57:44 +00:00 |
MerryMage
|
33812319ac
|
Jit: Add preg_t variant of ComputeRC
|
2018-10-28 17:57:44 +00:00 |
MerryMage
|
5e46c16e4f
|
JitRegCache: Add IsZero to RCOpArg
|
2018-10-28 17:57:43 +00:00 |
MerryMage
|
2e955012b2
|
JitRegCache: Add BindOrImm
|
2018-10-28 17:57:43 +00:00 |
MerryMage
|
590ec866b0
|
JitRegCache: Add revertable binds
|
2018-10-28 17:57:43 +00:00 |
MerryMage
|
16f8b7413d
|
JitRegCache: IsAllUnlocked
|
2018-10-28 17:57:43 +00:00 |
MerryMage
|
6c61d9a426
|
JitRegCache: RCForkGuard
|
2018-10-28 17:57:43 +00:00 |
MerryMage
|
367a0bb672
|
JitRegCache: Add RCOpArg::ExtractWithByteOffset
|
2018-10-28 17:57:43 +00:00 |
MerryMage
|
ae1bd7a6b0
|
JitRegCache: New interface
|
2018-10-28 17:57:43 +00:00 |
MerryMage
|
6fef683e14
|
JitRegCache: Move files to subdirectory
|
2018-10-28 17:57:43 +00:00 |
MerryMage
|
448fc89e4c
|
JitRegCache: Count locks/unlocks
|
2018-10-28 17:57:43 +00:00 |
MerryMage
|
2dce7e6e21
|
Common: Add variant utilities
|
2018-10-28 17:57:43 +00:00 |
Tilka
|
cb576bf382
|
Merge pull request #7503 from MerryMage/signed_comparison
BTReal: Correct comparison of integers of different signs
|
2018-10-15 19:36:45 +01:00 |
MerryMage
|
688e8db904
|
BTReal: Correct comparison of integers of different signs
|
2018-10-15 19:30:58 +01:00 |
Anthony
|
cffca7cbec
|
Merge pull request #7502 from JosJuice/functions-signature
Improve the "functions signature" string
|
2018-10-15 11:01:36 -07:00 |
JosJuice
|
4a07b9a0e1
|
Improve the "functions signature" string
|
2018-10-15 18:31:02 +02:00 |
Tilka
|
dace56cb62
|
Merge pull request #7498 from Z1ni/compress-cancel-correctly
Qt/GameList: Cancel ISO compression when the user cancels the save dialog
|
2018-10-14 20:27:47 +01:00 |
Z1ni
|
d7640f5929
|
Qt/GameList: Cancel ISO compression when the user cancels the save dialog
|
2018-10-14 21:04:43 +03:00 |
Tilka
|
b5d855caf7
|
Merge pull request #7496 from stenzek/null-shader-cache
ShaderCache: Don't create or load shader cache with Null backend
|
2018-10-14 12:30:32 +01:00 |
Stenzek
|
e3f475b30e
|
NullBackend: Initialize vtx_decl in VertexFormat
This field was previously left uninitialized, which resulted in corrupted
UID caches being created.
|
2018-10-14 21:24:09 +10:00 |
Tilka
|
660fb3fca0
|
Merge pull request #7412 from AdmiralCurtiss/xfb-stitch-in-order
Stitch together overlapping XFB regions in order of XFB copy creation.
|
2018-10-14 12:00:41 +01:00 |
Stenzek
|
c2fab7f016
|
ShaderCache: Don't create or load shader cache with Null backend
|
2018-10-14 20:03:57 +10:00 |
Tilka
|
64515d0840
|
Merge pull request #7216 from leoetlino/test
Fix BT passthrough by sending larger packets
|
2018-10-14 10:22:51 +01:00 |
Tilka
|
34f50d378d
|
Merge pull request #7484 from Rukario/patch-1
Quick GameINI update for Sonic Heroes
|
2018-10-14 10:01:49 +01:00 |
Tilka
|
8d1e996f39
|
Merge pull request #7495 from JosJuice/wii-menu-1.0-region-3
Show 1.0U instead of 1.0 for Wii Menu 1.0
|
2018-10-14 09:49:26 +01:00 |
JosJuice
|
34c05e17dc
|
Show 1.0U instead of 1.0 for Wii Menu 1.0
As suggested by https://github.com/dolphin-emu/dolphin/pull/7487#issuecomment-429528407
|
2018-10-14 09:47:47 +02:00 |
Tilka
|
e18fbb9bd3
|
Merge pull request #7449 from amaiorano/fix-extensions-combo-update-on-reset-defaults
Fix extensions combo update on reset defaults
|
2018-10-14 02:22:54 +01:00 |
Tilka
|
9a1f259626
|
Merge pull request #7486 from amaiorano/fix-infinite-polling-for-usb-devices
Fix infinite polling for usb devices after the "add to whitelist" dia…
|
2018-10-14 01:13:35 +01:00 |
Tilka
|
1abb27909d
|
Merge pull request #7480 from sp00nd/master
Change gecko sorting back to manual
|
2018-10-14 01:07:51 +01:00 |
Tilka
|
2d0e217715
|
Merge pull request #7485 from amaiorano/double-click-to-add-usb-whitelist-device
Make double click on selected usb whitelist device add it
|
2018-10-14 01:02:50 +01:00 |
Tilka
|
4b14fa40a6
|
Merge pull request #7494 from MerryMage/SPR_HID0
Jit_SystemRegisters: Correct behaviour for mtspr SPR_HID0 (Redux)
|
2018-10-14 01:00:15 +01:00 |
MerryMage
|
93ec976975
|
Jit_SystemRegisters: Correct behaviour for mtspr SPR_HID0 (Redux)
* BTR modifies its argument.
* Do not fallthrough.
|
2018-10-13 19:20:08 +01:00 |
Pierre Bourdon
|
ff17e2f174
|
Merge pull request #7493 from dolphin-emu/revert-7491-SPR_HID0
Revert "Jit_SystemRegisters: Correct behaviour for mtspr SPR_HID0"
|
2018-10-13 20:04:39 +02:00 |
Pierre Bourdon
|
2508f6c621
|
Revert "Jit_SystemRegisters: Correct behaviour for mtspr SPR_HID0"
|
2018-10-13 20:04:30 +02:00 |