Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-24 | CMakeLists: Update Conan requirement to 1.45.0 | Morph | |
2022-04-24 | Merge pull request #8255 from Morph1984/libressl | Mai M | |
externals: Update libressl to 3.5.2 | |||
2022-04-24 | Merge pull request #8261 from liamwhite/jit-cleanup | Mai M | |
service: jit: document and clean up | |||
2022-04-24 | service: jit: document and clean up | Liam | |
2022-04-24 | Merge pull request #8260 from Morph1984/c4146 | Mai M | |
kernel: svc: Replace -1ULL with 0xFFFFFFFFFFFFFFFF | |||
2022-04-24 | Merge pull request #8257 from merryhime/rm-PrepareReschedule | Mai M | |
Remove unused PrepareReschedule function | |||
2022-04-24 | kernel: svc: Replace -1ULL with 0xFFFFFFFFFFFFFFFF | Morph | |
Resolves the C4146 compiler warning on MSVC. | |||
2022-04-24 | externals: Update libressl to 3.5.2 | Morph | |
This resolves compiler errors in Visual Studio 2022. | |||
2022-04-24 | Remove unused PrepareReschedule function | Merry | |
2022-04-23 | Merge pull request #8249 from german77/queued | Morph | |
hotkeys: Trigger actions on a separate thread | |||
2022-04-23 | hotkeys: Trigger actions on a separate thread | Narr the Reg | |
2022-04-23 | Merge pull request #8243 from lat9nq/boost-just-error | Morph | |
CMakeLists: Revert ad55faaa3 | |||
2022-04-23 | Merge pull request #8245 from Morph1984/spdx | Fernando S | |
general: Convert source file copyright comments over to SPDX | |||
2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | |
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later. | |||
2022-04-23 | CMakeLists: Revert ad55faaa3 | lat9nq | |
The premise behind ad55faaa3 was due to an issue between Conan's libiconv package and compiling SDL2 from our externals. Since none of our Conan externals require libiconv any longer, though, we can remove downloading our own Boost package and just rely on Conan again. Additionally, removing CONFIG from the find_package(boost) call fixes issues with finding Boost on Fedora and MSYS2, which was the main motivation for this. Also, remove QUIET since if something goes wrong finding Boost, this makes it harder to tell what went wrong. | |||
2022-04-22 | Merge pull request #7976 from BytesGalore/master | bunnei | |
loader: log the type of mismatching file-extension | |||
2022-04-21 | Merge pull request #7978 from german77/sideway | bunnei | |
input_common: Map sticks correctly when mapped sideways | |||
2022-04-21 | Merge pull request #8222 from german77/sixaxis_test | bunnei | |
service: hid: Improve accuracy of sixaxis functions | |||
2022-04-21 | Merge pull request #8192 from german77/screenshot | Mai M | |
bootmanager: Don't create another screenshot request if previous one is not done yet | |||
2022-04-21 | Merge pull request #8232 from liamwhite/backtrace | Mai M | |
core/arm: separate backtrace collection | |||
2022-04-20 | core/arm: separate backtrace collection | Liam | |
2022-04-20 | Merge pull request #8231 from german77/warning | Mai M | |
input_common: Ignore boost uninitialized local variable | |||
2022-04-20 | input_common: Ignore boost uninitialized local variable | Narr the Reg | |
2022-04-20 | Merge pull request #8224 from Docteh/hihi1 | bunnei | |
ui: translate hat directions | |||
2022-04-19 | Merge pull request #8228 from liamwhite/bump-dynarmic | Mai M | |
dynarmic: Always use mmap for allocation on Linux | |||
2022-04-19 | Prevent the mouse cursor from leaving the window when mouse panning is enabled | Purple | |
2022-04-19 | Update dynarmic | Liam | |
2022-04-19 | ui: translate hat directions | Kyle K | |
QObject ends up being its own translation context. But this works in our favor. GetButtonName and GetDirectionName will share one translation the directions such as "Left" "Right" and the ConfigureInputPlayer context will contain translations that show up in the form, in places that aren't those buttons. | |||
2022-04-18 | service: hid: Improve accuracy of sixaxis functions | Narr the Reg | |
2022-04-18 | Merge pull request #8225 from Tachi107/aboutdialog-gplv3 | Fernando S | |
yuzu: mention GPLv3.0 in about dialog | |||
2022-04-18 | yuzu: mention GPLv3.0+ in about dialog | Andrea Pappacoda | |
Follow-up to 284934ebfdf5e530c960cf69969172ff76f40bea Fixes #8218 | |||
2022-04-18 | Merge pull request #8223 from Tachi107/patch-3 | Mai M | |
Clarify the Skyline Emulator license exception | |||
2022-04-18 | Clarify the Skyline Emulator license exception | Andrea Pappacoda | |
`GPL-3.0-or-later OR MPL-2.0` is an SPDX expression: https://spdx.github.io/spdx-spec/SPDX-license-expressions/ Fixes #8219 | |||
2022-04-18 | bootmanager: Don't create another screenshot request if previous one is not ↵ | german77 | |
done yet | |||
2022-04-17 | Merge pull request #8204 from Docteh/translate_gameslist | Mai M | |
ui: Fix Game Compatibility list translations | |||
2022-04-16 | ui: Fix Game Compatibility list translations | Kyle K | |
Reported by GillianMC on Discord. Looks to be a small quirk in the QT API. setText(QObject::tr(status.text)); bringing up QObject breaks the link with the GameListItemCompat | |||
2022-04-16 | Merge pull request #6558 from german77/ringcon2 | Fernando S | |
hidbus: Implement hidbus and ringcon | |||
2022-04-16 | Merge pull request #8188 from merryhime/jit-race-page-table-changed | bunnei | |
dynarmic: Fix race when switching page tables | |||
2022-04-16 | yuzu: Call ignore event after ensuring it's initialized | Narr the Reg | |
2022-04-16 | yuzu: Add custom ringcon configuration | german77 | |
2022-04-16 | hidbus: Implement hidbus and ringcon | german77 | |
2022-04-16 | Merge pull request #8205 from liamwhite/n64-misc | Fernando S | |
Fixes for Mario 64 | |||
2022-04-16 | Merge pull request #8172 from bunnei/kernel-mutex | Fernando S | |
hle: kernel: Use std::mutex instead of spin locks for most kernel locking. | |||
2022-04-14 | video_core: implement formats for N64 emulation | Fernando Sahmkow | |
2022-04-14 | buffer_cache: cap vertex buffer sizes | Liam | |
2022-04-14 | maxwell3d: add small_index_2 register | Liam | |
2022-04-13 | Merge pull request #8190 from Docteh/palswap | bunnei | |
ui: Set Link Color when setting theme | |||
2022-04-13 | Merge pull request #8027 from lat9nq/cmd-fullscreen-size | bunnei | |
emu_window_sdl2: Set window size to display dimensions for exclusive fullscreen | |||
2022-04-13 | Merge pull request #8202 from merryhime/fix-single-core | Fernando S | |
dynarmic: Fix single core mode | |||
2022-04-13 | Merge pull request #8199 from liamwhite/jit-service | Fernando S | |
service: jit: Implement the JIT service |