- Sep 03, 2017
-
-
wwylele authored
-
- Aug 31, 2017
-
-
bunnei authored
SwRasterizer/Lighting: implement bump mapping
-
- Aug 29, 2017
-
-
bunnei authored
Refactor touch input into a TouchDevice
-
Sebastian Valle authored
Use recursive_mutex instead of mutex to fix #2902
-
danzel authored
-
- Aug 28, 2017
-
-
Weiyi Wang authored
Fix info about TODO list
-
Weiyi Wang authored
Warnings: Fixed a few missing-return warnings in video_core.
-
- Aug 27, 2017
-
-
bunnei authored
Telemetry UI and final touches
-
- Aug 26, 2017
-
-
bunnei authored
-
Subv authored
-
stone3311 authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
# This is the 1st commit message: qt: Add web configuration tab. # The commit message #2 will be skipped: # fixup! qt: Add web configuration tab.
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
- Aug 25, 2017
-
-
ThaMighty90 authored
* added a SidebySide Layout * Reworked, so both screen have the same height and cleaned up screen translates. * added the option in the UI, hope this is the right way to do it. formated framebuffer_layout.cpp * delete the x64 files * deleted ui_configure_graphics.h * added Option for the Layout in the xml * got rid of SIDE_BY_SIDE_ASPECT_RATIO because it was useless. pulled translate into variables * changed shift variables to u32 and moved them in their respective branch. remove notr="true" for the Screen layout drop down * reworked intends :). changed function description for SideFrameLayout * some description reworking
-
- Aug 24, 2017
-
-
wwylele authored
-
wwylele authored
-
James Rowe authored
Kernel/HLE: Use a mutex to synchronize access to the HLE kernel state between the cpu thread and any other possible threads that might touch the kernel (network thread, etc).
-
- Aug 22, 2017
-
-
bunnei authored
Kernel/Threads: Don't immediately switch to the new main thread when loading a new process.
-
Subv authored
Kernel/Memory: Acquire the global HLE lock when a memory read/write operation falls outside of the fast path, for it might perform an MMIO operation.
-
Subv authored
Kernel/HLE: Use a mutex to synchronize access to the HLE kernel state between the cpu thread and any other possible threads that might touch the kernel (network thread, etc). This mutex is acquired in SVC::CallSVC, ie, as soon as the guest application enters the HLE kernel, and should be acquired by the aforementioned threads before modifying kernel structures.
-
James Rowe authored
Fixed some warnings in the core project.
-
bunnei authored
motion_emu: fix initialization order
-
wwylele authored
-
wwylele authored
-
wwylele authored
-
wwylele authored
-
Subv authored
This is necessary for loading multiple processes at the same time. The main thread will be automatically scheduled when necessary once the scheduler runs.
-
- Aug 21, 2017