| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | hle: kernel: memory: PageHeap: Migrate to KPageBitmap class. | 2021-02-18 | 4 | -197/+23 | ||
| | * | | | | hle: kernel: Add KPageBitmap class. | 2021-02-18 | 2 | -0/+280 | ||
| | * | | | | hle: kernel: system_control: Add function GenerateRandomU64. | 2021-02-18 | 2 | -3/+5 | ||
| | * | | | | common: Add implementation of TinyMT (Mersenne Twister RNG). | 2021-02-18 | 2 | -0/+251 | ||
| | * | | | | hle: kernel: Add KSpinLock implementation. | 2021-02-18 | 3 | -0/+89 | ||
| | * | | | | core: memory: Add templated GetPointer methods. | 2021-02-18 | 1 | -0/+10 | ||
| | * | | | | common: alignment: Add DivideUp utility method. | 2021-02-18 | 1 | -0/+5 | ||
| | * | | | | hle: kernel: Rename SharedMemory to KSharedMemory. | 2021-02-18 | 13 | -54/+54 | ||
| * | | | | | Merge pull request #5944 from Morph1984/gc-vibrations | 2021-02-26 | 2 | -3/+130 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | hid: Implement GameCube Controller Vibrations | 2021-02-21 | 2 | -3/+130 | ||
| * | | | | | | Merge pull request #5997 from Kelebek1/Depth | 2021-02-26 | 3 | -1/+12 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Implement glDepthRangeIndexeddNV | 2021-02-24 | 3 | -1/+12 | ||
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #5977 from Morph1984/stub-acc | 2021-02-24 | 1 | -1/+17 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | acc: Stub GetNintendoAccountUserResourceCacheForApplication | 2021-02-21 | 1 | -1/+17 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #5936 from Kelebek1/Offsets | 2021-02-21 | 3 | -9/+34 | ||
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Review 1 | 2021-02-15 | 2 | -3/+3 | ||
| | * | | | | Implement texture offset support for TexelFetch and TextureGather and add off... | 2021-02-15 | 3 | -9/+34 | ||
| * | | | | | kernel: Fix resource release exception on exit | 2021-02-20 | 4 | -2/+16 | ||
| * | | | | | gl_disk_shader_cache: Log total shader entries count on game load | 2021-02-20 | 1 | -0/+4 | ||
| * | | | | | common: wall_clock: Fix integer overflow with StandardWallClock. | 2021-02-19 | 2 | -7/+28 | ||
| * | | | | | Merge pull request #5924 from ReinUsesLisp/inline-bindings | 2021-02-19 | 4 | -24/+24 | ||
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | vk_update_descriptor: Inline and improve code for binding buffers | 2021-02-13 | 4 | -24/+24 | ||
| * | | | | | Merge pull request #4973 from ameerj/nvdec-opt | 2021-02-18 | 11 | -149/+79 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | rebase, fix name shadowing, more const | 2021-02-13 | 4 | -11/+10 | ||
| | * | | | | | Address PR feedback | 2021-02-13 | 4 | -12/+7 | ||
| | * | | | | | streamline cdma_pusher/command_classes | 2021-02-13 | 1 | -13/+5 | ||
| | * | | | | | streamline cdma_pusher/command_classes | 2021-02-13 | 5 | -85/+34 | ||
| | * | | | | | nvdec cleanup | 2021-02-13 | 8 | -43/+38 | ||
| * | | | | | | Revert "Port citra-emu/citra#5123: "SDL: Disable hidapi drivers due to compat... | 2021-02-18 | 1 | -7/+0 | ||
| * | | | | | | common/cityhash: Use common types | 2021-02-18 | 3 | -116/+100 | ||
| * | | | | | | tests: Add tests for CityHash | 2021-02-18 | 2 | -0/+23 | ||
| * | | | | | | Merge pull request #5121 from bunnei/optimize-core-timing | 2021-02-16 | 8 | -241/+141 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | core: core_timing_util: Optimize core timing math. | 2021-02-15 | 3 | -98/+48 | ||
| | * | | | | | | common: wall_clock: Optimize GetClockCycles/GetCPUCycles to use a single MUL ... | 2021-02-15 | 1 | -8/+9 | ||
| | * | | | | | | common: Merge uint128 to a single header file with inlines. | 2021-02-15 | 4 | -135/+84 | ||
| * | | | | | | | Merge pull request #5929 from german77/mousePanning | 2021-02-16 | 1 | -5/+21 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Improve mouse panning | 2021-02-13 | 1 | -5/+21 | ||
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #4298 from FearlessTobi/remove-cache-setting | 2021-02-15 | 5 | -57/+1 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | yuzu/configure_filesystem: Remove "Select Cache Directory" option | 2021-01-04 | 5 | -57/+1 | ||
| * | | | | | | | | vk_rasterizer: Fix loading shader addresses twice | 2021-02-15 | 1 | -1/+0 | ||
| * | | | | | | | | Merge pull request #3603 from FearlessTobi/port-5123 | 2021-02-15 | 1 | -0/+7 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | sdl_joystick: disable the use of the hidapi drivers due to many problems caus... | 2020-08-30 | 1 | -0/+7 | ||
| * | | | | | | | | | Merge pull request #5923 from ReinUsesLisp/vk-dirty-pipeline | 2021-02-15 | 7 | -56/+103 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | fixed_pipeline_cache: Use dirty flags to lazily update key | 2021-02-13 | 7 | -56/+103 | ||
| | | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #5939 from Morph1984/web_types | 2021-02-15 | 1 | -0/+1 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | core/CMakeLists: Add web_types.h | 2021-02-15 | 1 | -0/+1 | ||
| * | | | | | | | | | Merge pull request #4940 from german77/nativeGC | 2021-02-15 | 8 | -6/+209 | ||
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | Use GC image | 2021-02-09 | 1 | -0/+3 | ||
| | * | | | | | | | | hid: Implement GC controller | 2021-02-07 | 7 | -6/+206 | ||
| | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #5935 from lat9nq/controller_access_keys | 2021-02-14 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ | ||||||