- 24 Sep, 2017 2 commits
-
-
MerryMage authored
Don't expose Memory::current_page_table as a global.
-
James Rowe authored
GPU: Add draw for immediate and batch modes
-
- 23 Sep, 2017 1 commit
-
-
James Rowe authored
-
- 22 Sep, 2017 1 commit
-
-
Yuri Kunde Schlesner authored
Fixed framebuffer warning
-
- 19 Sep, 2017 4 commits
-
-
bunnei authored
Improved performance of FromAttributeBuffer
-
Weiyi Wang authored
WebService: Set USE_SYSTEM_CURL for travis linux builds
-
B3n30 authored
-
B3n30 authored
* WebService: Verify username and token; Log errors in PostJson * Fixup: added docstrings to the functions * Webservice: Added Icons to the verification, imrpved error detection in cpr, fixup nits * fixup: fmt warning
-
- 17 Sep, 2017 2 commits
-
-
Huw Pascoe authored
Ternary operator is optimized by the compiler whereas std::min() is meant to return a value. I've noticed a 5%-10% emulation speed increase.
-
Huw Pascoe authored
-
- 16 Sep, 2017 3 commits
-
-
Yuri Kunde Schlesner authored
Services/NS: Port ns:s to the new service framework.
-
Subv authored
-
Yuri Kunde Schlesner authored
PICA: implement custom clip plane
-
- 15 Sep, 2017 6 commits
-
-
B3n30 authored
Kernel/Memory: Give each process its own page table and allow switching the current page table upon reschedule
-
Subv authored
CPU/Dynarmic: Disable the fast page-table access in dynarmic until it supports switching page tables at runtime.
-
Subv authored
This fixes building the tests
-
Subv authored
Kernel/Memory: Make IsValidPhysicalAddress not go through the current process' virtual memory mapping.
-
Subv authored
Kernel/Threads: Don't clear the CPU instruction cache when performing a context switch from an idle thread into a thread in the same process. We were unnecessarily clearing the cache when going from Process A -> Idle -> Process A, this caused extreme performance regressions.
-
Subv authored
Kernel/Memory: Changed GetPhysicalPointer so that it doesn't go through the current process' page table to obtain a pointer.
-
- 12 Sep, 2017 1 commit
-
-
bunnei authored
APT: load different shared font depending on the region
-
- 11 Sep, 2017 3 commits
-
-
bunnei authored
Build: Enable SSL in mingw by linking against WinSSL
-
James Rowe authored
PR #1461 introduced a regression where some games would change configuration even while in the poorly named "drawing" mode, which broke the heuristic citra was using to determine when to draw the batch. This change adds back in a draw call for batching, and also adds in a draw call in immediate mode each time it adds a triangle.
-
James Rowe authored
The mingw builds aren't submitting telemetry because the curl library they are linked against is configured to use openSSL and openSSL looks for the certificates in the users home folder. This keeps it from contacting web services because it can't communicate over SSL. This commit adds a download in mingw builds that will download a precompiled curl for mingw linked against winssl and sspi.
-
- 10 Sep, 2017 3 commits
-
-
Subv authored
-
Subv authored
The loader is in charge of setting the newly created process's page table as the main one during the loading process.
-
James Rowe authored
travis_OSX: build with system curl
-
- 09 Sep, 2017 1 commit
-
-
B3n30 authored
-
- 08 Sep, 2017 1 commit
-
-
bunnei authored
PICA: implemented geometry shader
-
- 06 Sep, 2017 2 commits
-
-
James Rowe authored
Remove excess debug dlls for mingw build
-
James Rowe authored
-
- 05 Sep, 2017 3 commits
-
-
bunnei authored
pica/lighting: only apply Fresnel factor for the last light
-
Weiyi Wang authored
Services/UDS: Handle beacon frames and the basic AP connection sequence frames.
-
Weiyi Wang authored
Mii Selector Applet: update Mii structures
-
- 04 Sep, 2017 3 commits
-
-
mailwl authored
-
mailwl authored
-
Weiyi Wang authored
Fix icon for citra qt
-
- 03 Sep, 2017 4 commits
-
-
James Rowe authored
-
James Rowe authored
Add manifest
-
wwylele authored
-
wwylele authored
-