| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Address second part of review comments | 2020-01-23 | 4 | -14/+18 | |
| | | |||||
| * | Address review comments | 2020-01-23 | 4 | -65/+72 | |
| | | |||||
| * | Input: UDP Client to provide motion and touch controls | 2020-01-23 | 13 | -4/+897 | |
| | | | | | | | | | 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> | ||||
| * | Merge pull request #3341 from bunnei/time-posix-myrule | 2020-01-23 | 4 | -1/+34 | |
| |\ | | | | | service: time: Implement ToPosixTimeWithMyRule. | ||||
| | * | service: time: Implement ToPosixTimeWithMyRule. | 2020-01-22 | 4 | -1/+34 | |
| | | | | | | | | | - Used by Pokemon Mystery Dungeon. | ||||
| * | | Merge pull request #3338 from ReinUsesLisp/no-fastmath | 2020-01-23 | 1 | -0/+4 | |
| |\ \ | |/ |/| | gl_shader_cache: Disable fastmath on Nvidia | ||||
| | * | gl_shader_cache: Disable fastmath on Nvidia | 2020-01-21 | 1 | -0/+4 | |
| | | | |||||
| * | | Merge pull request #3324 from FearlessTobi/port-5037 | 2020-01-22 | 1 | -0/+9 | |
| |\ \ | | | | | | | Port citra-emu/citra#5037: "CMake: Create thin archives on Linux" | ||||
| | * | | CMake: Create thin archives on Linux | 2020-01-19 | 1 | -0/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | This significantly reduces unnecessary disk writes and space usage when building Citra. libcore.a is now only ~1MB rather than several hundred megabytes. | ||||
| * | | | GUI: fix minor issues with dark themes | 2020-01-22 | 1 | -3/+3 | |
| | |/ |/| | | | | | GUI: rename and reorder themes | ||||
| * | | Merge pull request #3330 from ReinUsesLisp/vk-blit-screen | 2020-01-20 | 5 | -6/+754 | |
| |\ \ | | | | | | | vk_blit_screen: Initial implementation | ||||
| | * | | vk_blit_screen: Address feedback | 2020-01-20 | 4 | -22/+25 | |
| | | | | |||||
| | * | | vk_blit_screen: Initial implementation | 2020-01-19 | 3 | -0/+745 | |
| | | | | | | | | | | | | | | | | This abstraction takes care of presenting accelerated and non-accelerated or "framebuffer" images to the Vulkan swapchain. | ||||
| * | | | time: Fix month off-by-one error. | 2020-01-20 | 1 | -2/+2 | |
| | | | | | | | | | | | | | - Fixes timestamp in ZLA and Astral Chain saves. | ||||
| * | | | Merge pull request #3332 from bunnei/config-audio-tab | 2020-01-20 | 1 | -3/+3 | |
| |\ \ \ | | | | | | | | | yuzu_qt: config: Move audio to its own tab. | ||||
| | * | | | yuzu_qt: config: Move audio to its own tab. | 2020-01-19 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | - We have some important audio settings, makes them more discoverable. | ||||
| * | | | | Merge pull request #3328 from ReinUsesLisp/vulkan-atoms | 2020-01-20 | 1 | -3/+11 | |
| |\ \ \ \ | | | | | | | | | | | vk_shader_decompiler: Implement UAtomicAdd (ATOMS) on SPIR-V | ||||
| | * | | | | vk_shader_decompiler: Implement UAtomicAdd (ATOMS) on SPIR-V | 2020-01-19 | 1 | -3/+11 | |
| | | |_|/ | |/| | | | | | | | | | | Also updates sirit to include atomic instructions. | ||||
| * | | | | Merge pull request #3322 from ReinUsesLisp/vk-front-face | 2020-01-19 | 2 | -2/+2 | |
| |\ \ \ \ | |_|/ / |/| | | | vk_graphics_pipeline: Set front facing properly | ||||
| | * | | | vk_graphics_pipeline: Set front facing properly | 2020-01-18 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | | | Merge pull request #3271 from bunnei/time-rewrite | 2020-01-19 | 43 | -534/+3665 | |
| |\ \ \ \ | |_|_|/ |/| | | | service: time: Rewrite implementation of glue services. | ||||
| | * | | | service: time: Implement GetStandardLocalSystemClock. | 2020-01-04 | 3 | -1/+9 | |
| | | | | | |||||
| | * | | | time: Remove overflow error checking (currently breaks ADO builds). | 2020-01-04 | 2 | -18/+2 | |
| | | | | | |||||
| | * | | | service: time: Implement GetClockSnapshotFromSystemClockContext. | 2020-01-04 | 3 | -3/+27 | |
| | | | | | |||||
| | * | | | service: time: Implement IsStandardNetworkSystemClockAccuracySufficient. | 2020-01-04 | 5 | -1/+51 | |
| | | | | | |||||
| | * | | | system_archive: Add a basic HLE implementation for time zone binary. | 2020-01-04 | 4 | -1/+675 | |
| | | | | | |||||
| | * | | | service: time: Rewrite implementation of glue services. | 2020-01-04 | 35 | -444/+2834 | |
| | | | | | |||||
| | * | | | core: Initialize several structs that make use of Common::UUID. | 2020-01-04 | 5 | -100/+101 | |
| | | | | | |||||
| * | | | | Merge pull request #3313 from ReinUsesLisp/vk-rasterizer | 2020-01-19 | 4 | -1/+1466 | |
| |\ \ \ \ | | | | | | | | | | | vk_rasterizer: Implement Vulkan's rasterizer | ||||
| | * | | | | vk_rasterizer: Address feedback | 2020-01-17 | 2 | -25/+32 | |
| | | | | | | |||||
| | * | | | | vk_rasterizer: Implement Vulkan's rasterizer | 2020-01-16 | 3 | -1/+1386 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This abstraction is Vulkan's equivalent to OpenGL's rasterizer. It takes care of joining all parts of the backend and rendering accordingly on demand. | ||||
| | * | | | | renderer_vulkan: Add header as placeholder | 2020-01-16 | 2 | -0/+73 | |
| | | | | | | |||||
| * | | | | | GUI/gamelist: add "None" as an option for second row and remove dynamically ↵ | 2020-01-19 | 3 | -14/+53 | |
| | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | duplicate row options (#3309) * GUI/gamelist: add "None" as an option for second row and remove duplicated row options * fix clang-format warnings | ||||
| * | | | | Merge pull request #3317 from ReinUsesLisp/gl-decomp-cc-decomp | 2020-01-18 | 1 | -27/+5 | |
| |\ \ \ \ | | | | | | | | | | | gl_shader_decompiler: Fix decompilation of condition codes | ||||
| | * | | | | gl_shader_decompiler: Fix decompilation of condition codes | 2020-01-17 | 1 | -27/+5 | |
| | | |_|/ | |/| | | | | | | | | | | | | | | Use Visit instead of reimplementing it. Fixes unimplemented negations for condition codes. | ||||
| * | | | | gl_state: Use bool instead of GLboolean | 2020-01-18 | 2 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | This fixes template resolution considering GLboolean an integer instead of a bool. | ||||
| * | | | | Merge pull request #3298 from Simek/missing_hotkeys | 2020-01-18 | 2 | -0/+17 | |
| |\ \ \ \ | | | | | | | | | | | GUI: add few missing hotkeys to main menu | ||||
| | * | | | | GUI: add few missing hotkeys to main menu | 2020-01-13 | 2 | -0/+17 | |
| | | | | | | |||||
| * | | | | | core/memory: Create a special MapMemoryRegion for physical memory. | 2020-01-18 | 4 | -4/+31 | |
| | | | | | | | | | | | | | | | | | | | | | This allows us to create a fastmem arena within the memory.cpp helpers. | ||||
| * | | | | | core/hle: Simplify PhysicalMemory usage in vm_manager. | 2020-01-18 | 1 | -23/+11 | |
| | | | | | | |||||
| * | | | | | core/loaders: Simplify PhysicalMemory usage. | 2020-01-18 | 3 | -8/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | | | | Merge pull request #3305 from ReinUsesLisp/point-size-program | 2020-01-18 | 4 | -2/+13 | |
| |\ \ \ \ \ | | | | | | | | | | | | | gl_state: Implement PROGRAM_POINT_SIZE | ||||
| | * | | | | | gl_state: Implement PROGRAM_POINT_SIZE | 2020-01-15 | 4 | -2/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For gl_PointSize to have effect we have to activate GL_PROGRAM_POINT_SIZE. | ||||
| * | | | | | | Merge pull request #3312 from ReinUsesLisp/atoms-u32 | 2020-01-18 | 5 | -3/+74 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | shader/memory: Implement ATOMS.ADD.U32 | ||||
| | * | | | | | | shader/memory: Implement ATOMS.ADD.U32 | 2020-01-16 | 5 | -3/+74 | |
| | | | | | | | | |||||
| * | | | | | | | Remove unused CPU Vendor string and telemtry field | 2020-01-17 | 3 | -114/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The information is duplicated in the brand string and the telemetry field is unused | ||||
| * | | | | | | | Add headbar icon on Linux | 2020-01-18 | 1 | -1/+1 | |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #3306 from ReinUsesLisp/gl-texture | 2020-01-17 | 1 | -9/+7 | |
| |\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | gl_texture_cache: Minor fixes and style changes | ||||
| | * | | | | | | gl_texture_cache: Use local variables to simplify DownloadTexture | 2020-01-14 | 1 | -6/+4 | |
| | | | | | | | | |||||
| | * | | | | | | gl_texture_cache: Fix format for RGBX16F | 2020-01-14 | 1 | -1/+1 | |
| | | | | | | | | |||||