- Jul 26, 2015
- Jul 25, 2015
-
-
Yuri Kunde Schlesner authored
armdefs: Remove unnecessary extern keywords
-
Lioncash authored
-
Yuri Kunde Schlesner authored
loader: Remove unnecessary else usages
-
Lioncash authored
-
Yuri Kunde Schlesner authored
Core\HLE : Fix Warning
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
Yet More Warning Fixes
-
Yuri Kunde Schlesner authored
Qt/GPU Breakpoints: Changed the widget to have a checkbox next to each bp type
-
- Jul 24, 2015
-
-
Subv authored
Qt/GPU Breakpoints: Changed the widget so that we don't have to select and click the Enable button when enabling/disabling a breakpoint, now it is done via a checkbox next to the breakpoint's name.
-
Yuri Kunde Schlesner authored
GSP: Don't try to write memory fill registers if start address is 0
-
Yuri Kunde Schlesner authored
Verified to be what GSP does via REing. Fixes invalid virt->phys translation error spam in some games.
-
- Jul 23, 2015
-
-
Tony Wasserka authored
Qt/GPU Breakpoints: Added three more breakpoint types.
-
Subv authored
* IncomingDisplayTransfer: Triggered just before a display transfer is performed. * GSPCommandProcessed: Triggered right after a GSP command is processed. * BufferSwapped: Triggered when the frames flip
-
bunnei authored
GL Renderer: Remove erroneous glEnable(GL_TEXTURE_2D) calls
-
bunnei authored
Rasterizer/GL: Set the border color when binding a texture.
-
- Jul 22, 2015
-
-
Subv authored
-
Yuri Kunde Schlesner authored
In OpenGL 3, texturing is always enabled, and this call is invalid. While it produced no effect in the rest of the execution, it wouldn't have the intended effect of disabling texturing for that unit. Instead bind a null texture to the unit.
-
- Jul 21, 2015
-
-
bunnei authored
GPU: Added registers for min and mag texture filters
-
bunnei authored
Services/AM: Stubbed am:app::GetNumContentInfos to return 0 results.
-
Subv authored
-
bunnei authored
Services/Logging: Log more useful information when some operations fail.
-
Subv authored
Namely OpenFileDirectly, OpenDirectory and OpenArchive
-
bunnei authored
Kernel/Scheduling: Clean up a thread's wait_objects when its scheduled.
-
Tony Wasserka authored
Pica/Shader: Add geometry shader definitions.
-
Lioncash authored
dyncom: Pass SVC immediates directly.
-
Yuri Kunde Schlesner authored
-
Lioncash authored
Previously it would just re-read the already decoded instruction and extract the immediate value.
-
Sebastian Valle authored
Services/CFG: Added some missing functions to cfg:s
-
Subv authored
Named the service functions in am:app as per 3dbrew. This fixes an illegal read loop in Steel Diver
-
Yuri Kunde Schlesner authored
citra-qt: Add support for copying the command list contents to clipboard.
-
Subv authored
-
- Jul 20, 2015
-
-
Subv authored
They'll be reset if needed during the next svcWaitSynchronization call (if there's any pending)
-
bunnei authored
Kernel/SVC: Implemented svcQueryProcessMemory
-
bunnei authored
GPU/DisplayTransfer: Implemented bit 5 in the transfer flags.
-
bunnei authored
GLRasterizer: Don't try to get a pointer to the depth buffer if it doesn't exist.
-
bunnei authored
Add more frd:u unknown service commands from 3dbrew
-