- Jan 23, 2020
-
-
FearlessTobi authored
-
fearlessTobi authored
An implementation of the cemuhook motion/touch protocol, this adds the ability for users to connect several different devices to citra to send direct motion and touch data to citra. Co-Authored-By:
jroweboy <jroweboy@gmail.com>
-
bunnei authored
service: time: Implement ToPosixTimeWithMyRule.
-
Fernando Sahmkow authored
gl_shader_cache: Disable fastmath on Nvidia
-
bunnei authored
- Used by Pokemon Mystery Dungeon.
-
bunnei authored
Port citra-emu/citra#5037: "CMake: Create thin archives on Linux"
-
- Jan 22, 2020
-
-
Zach Hilman authored
GUI: fix minor issues with dark themes + rename and reorder themes
-
Bartosz Kaszubowski authored
-
Bartosz Kaszubowski authored
GUI: rename and reorder themes
-
- Jan 21, 2020
-
-
ReinUsesLisp authored
-
Fernando Sahmkow authored
vk_blit_screen: Initial implementation
-
- Jan 20, 2020
-
-
ReinUsesLisp authored
-
bunnei authored
time: Fix month off-by-one error.
-
bunnei authored
- Fixes timestamp in ZLA and Astral Chain saves.
-
bunnei authored
yuzu_qt: config: Move audio to its own tab.
-
Bartosz Kaszubowski authored
GUI/gamelist: add "None" as an option for second row and remove dynamically duplicate row options (#3309) * GUI/gamelist: add "None" as an option for second row and remove duplicated row options * fix clang-format warnings
-
bunnei authored
vk_shader_decompiler: Implement UAtomicAdd (ATOMS) on SPIR-V
-
bunnei authored
vk_graphics_pipeline: Set front facing properly
-
bunnei authored
- We have some important audio settings, makes them more discoverable.
-
bunnei authored
service: time: Rewrite implementation of glue services.
-
ReinUsesLisp authored
This abstraction takes care of presenting accelerated and non-accelerated or "framebuffer" images to the Vulkan swapchain.
-
- Jan 19, 2020
-
-
bunnei authored
vk_rasterizer: Implement Vulkan's rasterizer
-
Bartosz Kaszubowski authored
GUI/gamelist: add "None" as an option for second row and remove dynamically duplicate row options (#3309) * GUI/gamelist: add "None" as an option for second row and remove duplicated row options * fix clang-format warnings
-
Bartosz Kaszubowski authored
GUI/gamelist: add "None" as an option for second row and remove dynamically duplicate row options (#3309) * GUI/gamelist: add "None" as an option for second row and remove duplicated row options * fix clang-format warnings
-
Bartosz Kaszubowski authored
GUI/gamelist: add "None" as an option for second row and remove dynamically duplicate row options (#3309) * GUI/gamelist: add "None" as an option for second row and remove duplicated row options * fix clang-format warnings
-
ReinUsesLisp authored
Also updates sirit to include atomic instructions.
-
Léo Lam authored
This significantly reduces unnecessary disk writes and space usage when building Citra. libcore.a is now only ~1MB rather than several hundred megabytes.
-
- Jan 18, 2020
-
-
Fernando Sahmkow authored
gl_shader_decompiler: Fix decompilation of condition codes
-
bunnei authored
gl_state: Use bool instead of GLboolean
-
ReinUsesLisp authored
This fixes template resolution considering GLboolean an integer instead of a bool.
-
ReinUsesLisp authored
Front face was being forced to a certain value when cull face is disabled. Set a default value on initialization and drop the forcefully set front facing value with culling disabled.
-
bunnei authored
GUI: add few missing hotkeys to main menu
-
bunnei authored
core/hle/kernel: Simplify PhysicalMemory usages.
-
Markus Wick authored
This allows us to create a fastmem arena within the memory.cpp helpers.
-
Markus Wick authored
-
Markus Wick authored
It is currently a std::vector, however we might want to replace it with a more fancy allocator. So we can't use the C++ iterators any more.
-
bunnei authored
gl_state: Implement PROGRAM_POINT_SIZE
-
bunnei authored
shader/memory: Implement ATOMS.ADD.U32
-
bunnei authored
Remove unused CPU Vendor string and telemtry field
-
James Rowe authored
The information is duplicated in the brand string and the telemetry field is unused
-