- Sep 04, 2017
-
-
mailwl authored
-
Weiyi Wang authored
Fix icon for citra qt
-
- Sep 03, 2017
-
-
James Rowe authored
-
James Rowe authored
Add manifest
-
DaMan authored
-
- Sep 02, 2017
-
-
James Rowe authored
Build: Add mingw64 compile support to appveyor
-
- Sep 01, 2017
-
-
James Rowe authored
Releases will be built with both mingw and msvc and the binaries of both builds will be uploaded to github releases
-
- Aug 31, 2017
- 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
-
-
MerryMage authored
-
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.
-