| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | Merge pull request #8231 from german77/warning | 2022-04-20 | 1 | -0/+9 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | input_common: Ignore boost uninitialized local variable | 2022-04-20 | 1 | -0/+9 | ||
| * | | | | | | | Merge pull request #8224 from Docteh/hihi1 | 2022-04-20 | 1 | -1/+19 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | ui: translate hat directions | 2022-04-19 | 1 | -1/+19 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Prevent the mouse cursor from leaving the window when mouse panning is enabled | 2022-04-19 | 2 | -2/+41 | ||
| | |/ / / / |/| | | | | ||||||
| * | | | | | yuzu: mention GPLv3.0+ in about dialog | 2022-04-18 | 1 | -1/+1 | ||
| |/ / / / | ||||||
| * | | | | Merge pull request #8204 from Docteh/translate_gameslist | 2022-04-17 | 3 | -3/+6 | ||
| |\ \ \ \ | ||||||
| | * | | | | ui: Fix Game Compatibility list translations | 2022-04-16 | 3 | -3/+6 | ||
| * | | | | | Merge pull request #6558 from german77/ringcon2 | 2022-04-16 | 29 | -28/+2608 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | yuzu: Call ignore event after ensuring it's initialized | 2022-04-16 | 2 | -2/+2 | ||
| | * | | | | | yuzu: Add custom ringcon configuration | 2022-04-16 | 19 | -65/+992 | ||
| | * | | | | | hidbus: Implement hidbus and ringcon | 2022-04-16 | 14 | -26/+1679 | ||
| * | | | | | | Merge pull request #8188 from merryhime/jit-race-page-table-changed | 2022-04-16 | 4 | -57/+84 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | dynarmic: Fix race when switching page tables | 2022-04-10 | 4 | -57/+84 | ||
| * | | | | | | Merge pull request #8205 from liamwhite/n64-misc | 2022-04-16 | 11 | -9/+127 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | video_core: implement formats for N64 emulation | 2022-04-14 | 8 | -7/+102 | ||
| | * | | | | | | buffer_cache: cap vertex buffer sizes | 2022-04-14 | 1 | -1/+14 | ||
| | * | | | | | | maxwell3d: add small_index_2 register | 2022-04-14 | 2 | -1/+11 | ||
| * | | | | | | | Merge pull request #8172 from bunnei/kernel-mutex | 2022-04-16 | 12 | -89/+46 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | core: hle: kernel: k_thread: Rework dummy thread waiting. | 2022-04-11 | 2 | -28/+21 | ||
| | * | | | | | | core: hle: service: Allocate a service thread. | 2022-04-11 | 1 | -1/+2 | ||
| | * | | | | | | hle: kernel: k_spin_lock: Remove unused ThreadPause. | 2022-04-11 | 1 | -28/+0 | ||
| | * | | | | | | hle: kernel: Use std::mutex instead of spin locks for most kernel locking. | 2022-04-11 | 10 | -32/+23 | ||
| * | | | | | | | Merge pull request #8190 from Docteh/palswap | 2022-04-13 | 3 | -0/+18 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | ui: Touching QPalette::Text broke dark -> light UI. don't do | 2022-04-12 | 1 | -2/+0 | ||
| | * | | | | | | | ui: Set Link Color when setting theme | 2022-04-11 | 3 | -0/+20 | ||
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #8027 from lat9nq/cmd-fullscreen-size | 2022-04-13 | 1 | -6/+7 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | emu_window_sdl2: Set window size to display dimensions for exclusive fullscreen | 2022-03-15 | 1 | -6/+7 | ||
| * | | | | | | | | Merge pull request #8202 from merryhime/fix-single-core | 2022-04-13 | 2 | -2/+2 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | dynarmic: Fix single core mode | 2022-04-13 | 2 | -2/+2 | ||
| | | |_|_|/ / / / | |/| | | | | | | ||||||
| * / | | | | | | | service: jit: Implement the JIT service | 2022-04-13 | 5 | -9/+784 | ||
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #8165 from bunnei/ensure-session-port-cleanup | 2022-04-12 | 8 | -25/+53 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | hle: kernel: Unify and integrate reference tracking for KServerPort/KServerSe... | 2022-04-08 | 6 | -13/+46 | ||
| | * | | | | | | | hle: kernel: k_server_port: Release ref-counted host emulation members on Des... | 2022-04-08 | 1 | -0/+3 | ||
| | * | | | | | | | hle: kernel: k_auto_object: Move unregister with kernel to after Destroy. | 2022-04-08 | 1 | -3/+2 | ||
| | * | | | | | | | hle: service: sm: Remove manual tracking of KServerPorts. | 2022-04-08 | 2 | -8/+1 | ||
| | * | | | | | | | hle: kernel: hle_ipc: HasSessionRequestHandler: Check if domain handler is ex... | 2022-04-08 | 1 | -1/+1 | ||
| * | | | | | | | | Merge pull request #8178 from tech-ticks/skyline-icache-fix | 2022-04-12 | 4 | -15/+34 | ||
| |\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||||
| | * | | | | | | | hle: kernel: Invalidate entire icache in UnmapProcessMemory and UnmapCodeMemo... | 2022-04-09 | 4 | -15/+34 | ||
| * | | | | | | | | Merge pull request #8157 from lat9nq/kernel-races | 2022-04-11 | 7 | -13/+15 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | k_system_control: Fix data race | 2022-04-05 | 1 | -3/+3 | ||
| | * | | | | | | | | k_auto_object: Fix data race | 2022-04-03 | 1 | -1/+1 | ||
| | * | | | | | | | | k_thread: Fix data race | 2022-04-03 | 2 | -3/+4 | ||
| | * | | | | | | | | k_process: Fix data race | 2022-04-03 | 1 | -1/+1 | ||
| | * | | | | | | | | kernel: Fix current_process race | 2022-04-03 | 1 | -4/+4 | ||
| | * | | | | | | | | k_scheduler_lock: Fix data race | 2022-04-03 | 1 | -1/+2 | ||
| * | | | | | | | | | service: sfdnsres: add missing includes for some BSDs after 82d46a974ad4 | 2022-04-11 | 1 | -0/+4 | ||
| * | | | | | | | | | Merge pull request #8180 from liamwhite/symbols | 2022-04-11 | 4 | -129/+231 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | core: extract symbol reading | 2022-04-09 | 4 | -129/+231 | ||
| * | | | | | | | | | | Merge pull request #8171 from tech-ticks/skyline-improvements | 2022-04-10 | 7 | -30/+245 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | ||||||