- Apr 13, 2019
-
-
Lioncash authored
This is utilized for mapping code modules into memory. Notably, the ldr service would call this in order to map objects into memory.
-
- Apr 12, 2019
- Apr 11, 2019
-
-
Lioncash authored
Some objects declare their handle type as const, while others declare it as constexpr. This makes the const ones constexpr for consistency, and prevent unexpected compilation errors if these happen to be attempted to be used within a constexpr context.
-
Fernando Sahmkow authored
-
bunnei authored
video_core: Implement API agnostic view based texture cache
-
bunnei authored
Correct Fermi Copy on Linear Textures.
-
- Apr 10, 2019
-
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
sirit is a runtime assembler for SPIR-V
-
bunnei authored
gl_rasterizer: Use ARB_multi_bind to update buffers with a single call per drawcall
-
bunnei authored
kernel/server_session: Remove obsolete TODOs
-
Lioncash authored
These are holdovers from Citra.
-
bunnei authored
Remove unnecessary bounding in LD_C
-
bunnei authored
yuzu/debugger: Remove graphics surface viewer
-
Fernando Sahmkow authored
-
- Apr 09, 2019
-
-
bunnei authored
video_core/texures/texture: Remove unnecessary includes
-
bunnei authored
file_sys: Provide generic interface for accessing game data
-
bunnei authored
Correct XMAD mode, psl and high_b on different encodings.
-
bunnei authored
Port citra-emu/citra#4437: "citra-qt: Make hotkeys configurable via the GUI (Attempt 2)"
-
bunnei authored
yuzu/loading_screen: Resolve runtime Qt string formatting warnings
-
bunnei authored
gl_backend: Align Pixel Storage
-
bunnei authored
Correct LOP_IMM encoding
-
Fernando Sahmkow authored
-
Hexagon12 authored
kernel/process: Set page table when page table resizes occur.
-
Lioncash authored
We need to ensure dynarmic gets a valid pointer if the page table is resized (the relevant pointers would be invalidated in this scenario). In this scenario, the page table can be resized depending on what kind of address space is specified within the NPDM metadata (if it's present).
-
Lioncash authored
In our error console, when loading a game, the strings: QString::arg: Argument missing: "Loading...", 0 QString::arg: Argument missing: "Launching...", 0 would occasionally pop up when the loading screen was running. This was due to the strings being assumed to have formatting indicators in them, however only two out of the four strings actually have them. This only applies the arguments to the strings that have formatting specifiers provided, which avoids these warnings from occurring.
-
- Apr 08, 2019
-
-
Fernando Sahmkow authored
This commit makes sure GL reads on the correct pack size for the respective texture buffer.
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-