- Feb 05, 2016
-
-
Yuri Kunde Schlesner authored
backend: defaulted move constructor/assignment
-
Lioncash authored
-
- Feb 03, 2016
-
-
bunnei authored
services: minor changes
-
Mathew Maidment authored
OpenGL: Downgrade GL_DEBUG_SEVERITY_NOTIFICATION to Debug logging level
-
Yuri Kunde Schlesner authored
The nVidia driver is *extremely* spammy on this category, sending a message on every buffer or texture upload, slowing down the emulator and making the log useless.
-
- Feb 02, 2016
- Jan 31, 2016
-
-
bunnei authored
Memory: Implemented MMIO
-
- Jan 30, 2016
-
-
MerryMage authored
-
- Jan 28, 2016
- Jan 27, 2016
-
-
bunnei authored
Shader JIT: Fix off-by-one error when compiling JMPs
-
- Jan 26, 2016
-
-
bunnei authored
Shader: Implement "invert condition" feature of IFU instruction
-
- Jan 25, 2016
-
-
bunnei authored
Debugger: Use 3dbrew names for GPU registers
-
Yuri Kunde Schlesner authored
elf: Don't cast away const
-
Lioncash authored
-
Yuri Kunde Schlesner authored
key_map: Use std::tie for comparisons
-
Lioncash authored
-
Yuri Kunde Schlesner authored
archive_backend: Remove unnecessary const from return types
-
Lioncash authored
This doesn't return by reference so const isn't really necessary
-
Yuri Kunde Schlesner authored
This list was imported from the 3dbrew wiki page and is pretty much complete.
-
Yuri Kunde Schlesner authored
If the bit 0 of the JMPU instruction is set, then the jump condition will be inverted. That is, a jump will happen when the boolean is false instead of when it is true.
-
- 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
-