spycrab and GitHub
beeb6754d2
Merge pull request #7166 from spycrab/qt_columns
...
Qt/GameList: Fix column (re)sizing issues
2018-06-25 22:41:46 +02:00
spycrab
d746a8dae3
Qt/GameList: Fix weird column resizing
2018-06-25 22:37:43 +02:00
Stenzek and GitHub
2debe9e9d1
Merge pull request #7167 from Techjar/patch-437
...
VideoCommon: Fix auto IR being very overzealous
2018-06-25 15:43:37 +10:00
Techjar
25bfee2233
VideoCommon: Fix auto IR being very overzealous
2018-06-25 00:48:57 -04:00
Pierre Bourdon and GitHub
86edf7f848
Merge pull request #7087 from spycrab/qt_disable_watcher
...
Qt: Add option to disable auto-refresh
2018-06-25 01:46:19 +02:00
Pierre Bourdon and GitHub
212adc7b87
Merge pull request #7115 from Sintendo/double2singleopt
...
Jit64Common: Eliminate branch in ConvertDoubleToSingle
2018-06-25 01:45:11 +02:00
Pierre Bourdon and GitHub
1453a314df
Merge pull request #7130 from 8times9/master
...
Qt: Add Vulkan to graphics backend description
2018-06-25 01:43:41 +02:00
Pierre Bourdon and GitHub
307d705654
Merge pull request #7152 from lioncash/dsp-interp
...
DSPIntExtOps: Minor cleanups
2018-06-25 01:42:42 +02:00
Pierre Bourdon and GitHub
8129a3db6c
Merge pull request #7156 from lioncash/psq
...
Interpreter_LoadStorePaired: Generate a program exception if non-indexed paired-single load/stores are used and HID2.LSQE is not set
2018-06-25 01:41:48 +02:00
Pierre Bourdon and GitHub
4200d2e5e3
Merge pull request #7155 from degasus/arm_registers
...
JitArm64: Drop the plattform register.
2018-06-25 01:38:29 +02:00
Pierre Bourdon and GitHub
2cfdf89898
Merge pull request #6983 from yourWaifu/add-discord-rpc-support
...
Add Discord Rich Presence support
2018-06-25 00:06:27 +02:00
spycrab
7e881288a2
Qt/GameList: Fix some columns being too wide
2018-06-24 15:58:42 +02:00
Pierre Bourdon and GitHub
7388094e83
Merge pull request #7165 from shuffle2/qt-nag
...
Add nag dialog to get users to explain why they still use DolphinWX
2018-06-24 06:11:28 +02:00
Shawn Hoffman
553ac7e7cd
Add nag dialog to get users to explain why they still use DolphinWX
2018-06-23 19:15:09 -07:00
Markus Wick and GitHub
b3fa5a4f2e
Merge pull request #7158 from lioncash/dsptool
...
DSPTool: Minor cleanups
2018-06-23 10:50:45 +02:00
JosJuice and GitHub
bdfb72cfdb
Merge pull request #7162 from lioncash/const
...
BTEmu: Make WriteToEndpoint's reference parameter const
2018-06-23 09:11:42 +02:00
Lioncash
bc8f932f0c
BTEmu: Make WriteToEndpoint's reference parameter const
...
This function doesn't modify anything being referenced.
2018-06-22 20:59:00 -04:00
Léo Lam and GitHub
971972069c
Merge pull request #7148 from lioncash/build
...
Common, DSP: Only compile in x86-64 emitter related utilities on x86 platforms
2018-06-22 23:55:37 +02:00
Lioncash
43daebbc66
DSPTool: Get rid of unnecessary casts
2018-06-22 17:53:24 -04:00
Lioncash
83dab8dd36
DSPTool: Get rid of raw new and delete
...
We can just use a vector of a vector, which also has the benefit of
keeping the size accounted for as well, allowing us to get rid of a
count parameter for CodesToHeader().
2018-06-22 17:53:20 -04:00
Léo Lam and GitHub
1da868ee82
Merge pull request #7150 from lioncash/naming
...
BTEmu: Amend variable naming
2018-06-22 22:50:48 +02:00
Léo Lam and GitHub
d07e599a74
Merge pull request #7151 from lioncash/const
...
Movie: Make pointer parameters const where applicable
2018-06-22 22:50:25 +02:00
Lioncash
d81e3fddce
DSPTool: Make CodeToHeader() and CodesToHeader() return a std::string directly
...
Instead of using an out-reference, we can modernize these to return the
std::string directly. While we're at it, also remove the unused name
parameter.
2018-06-22 16:50:13 -04:00
Léo Lam and GitHub
e16cadf982
Merge pull request #7153 from lioncash/deduplicate
...
DSPTables: Deduplicate FindByOpcode() implementations in DSP opcode tables
2018-06-22 22:49:16 +02:00
Léo Lam and GitHub
167c19ae19
Merge pull request #7154 from lioncash/emitter
...
DSPEmitter: Make member functions, aliases and constants private where applicable
2018-06-22 22:47:34 +02:00