- Jan 24, 2016
-
-
Yuri Kunde Schlesner authored
There was a mistake in the JMP code which meant that one instruction at the destination would be skipped when the jump was taken. This commit also changes the meaning of the culprit parameter to make it less confusing and avoid similar mistakes in the future.
-
- Jan 21, 2016
- Jan 19, 2016
-
-
Mathew Maidment authored
DisassembleMemHalf: actually use width in determining opcode name
-
rob turner authored
-
- Jan 17, 2016
-
-
Mathew Maidment authored
command_processor: Get rid of variable shadowing
-
Lioncash authored
-
- Jan 16, 2016
-
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
- Jan 15, 2016
-
-
bunnei authored
HLE/SVC: Implement UnmapMemoryBlock.
-
- Jan 14, 2016
-
-
Subv authored
This implementation will need to be (almost completely) changed when we implement multiprocess support.
-
- Jan 13, 2016
-
-
bunnei authored
Add optional GL_KHR_debug support
-
- Jan 07, 2016
-
-
archshift authored
Not much thought went into that one...
-
- Jan 05, 2016
-
-
bunnei authored
HLE/Sockets: Fixed the buffer offset in recvfrom.
-
- Jan 04, 2016
- Jan 03, 2016
-
-
bunnei authored
Gamelist: supply default settings for QSettings config
-
- Jan 01, 2016
-
-
archshift authored
-
- Dec 31, 2015
- Dec 30, 2015
-
-
Lioncash authored
Previously, all VMLS variants would misdecode as CDP (which isn't necessarily wrong in itself, however VMLS has it's own label of execution)
-
Lioncash authored
-
bunnei authored
video_core: Make the renderer global a unique_ptr
-
Lioncash authored
-
bunnei authored
HLE/Timers: Reset OneShot timers when they are acquired instead of when they're triggered
-
bunnei authored
core: Use unique_ptr for holding the interpreter instances
-
Subv authored
Closes #1139
-
- Dec 29, 2015
- Dec 28, 2015
-
-
Mathew Maidment authored
dyncom: Handle modifying the APSR via an MRC instruction
-
Lioncash authored
-
- Dec 27, 2015
- Dec 25, 2015
-
-
Lioncash authored
-
- Dec 24, 2015
-
-
Subv authored
Closes #1277
-
- Dec 23, 2015
-
-
Mathew Maidment authored
dyncom: Minor changes
-
LFsWang authored
ForeachDirectoryEntry is changed by #1256 ,but return value at last line was missing.
-