- 12 Aug, 2022 5 commits
-
-
liamwhite authored
arm_dynarmic: Fix nullptr fastmem arenas
-
liamwhite authored
Linux: handle dark system themes nicely
-
Kyle Kienapfel authored
-
liamwhite authored
ldn: Add better stubs and more data types
-
german77 authored
-
- 11 Aug, 2022 1 commit
-
-
Morph authored
ci: Graft source when archiving
-
- 10 Aug, 2022 1 commit
-
-
liamwhite authored
Make vsync setting work for Vulkan
-
- 09 Aug, 2022 8 commits
-
-
bunnei authored
hid: core: Delay the stop vibration command when testing
-
bunnei authored
hid: core: Properly emulate controller color and battery level
-
bunnei authored
arm_dynarmic_cp15: Implement CP15DMB/CP15DSB/CP15ISB
-
bunnei authored
Translate english plurals
-
Merry authored
Unable to enable fastmem of exclusive access without a valid fastmem arena.
-
bunnei authored
Qt5 work around for suzhou numerals
-
lat9nq authored
The source from the Linux build is desireable as it has permissions and line endings set correctly.
-
lat9nq authored
Instead of including yuzu and all the sources it uses directly, include only what specifically belongs to yuzu. Submodules can be downloaded separately later using git since a shallow clone includes minimally all the repository information needed for it.
-
- 08 Aug, 2022 7 commits
-
-
Narr the Reg authored
-
Narr the Reg authored
-
DJRobX authored
-
bunnei authored
core/arm: fix build error
-
Liam authored
-
bunnei authored
kernel: unlayer CPU interrupt handling
-
Morph authored
core/arm: re-enable cycle counting
-
- 07 Aug, 2022 7 commits
-
-
liamwhite authored
vcpkg,yuzu: Update to fmt 9.0.0
-
liamwhite authored
externals: Update dynarmic to 6.2.3
-
FearlessTobi authored
Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com> Co-Authored-By: Morph <39850852+Morph1984@users.noreply.github.com>
-
Merry authored
-
lat9nq authored
-
lat9nq authored
-
bunnei authored
video_core: differentiate between tiled and untiled framebuffer sizes for unaccelerated blits
-
- 06 Aug, 2022 2 commits
- 05 Aug, 2022 4 commits
-
-
Narr the Reg authored
-
Steve authored
* Controller bugfixes in profile select, closes #8265 2 fixes for using a controller in profile select dialog. Pressing 'B' cancels the launch of the game Using controller to select a profile now correctly sets the index to use for the launch * Added brackets to if statements as requested.
-
Kyle K authored
separate commit might be useful later on
-
Kyle K authored
yuzu's default theme doesn't specify everything, which is fine for windows, but in linux anything unspecified is set to the users theme. Symptoms of this are that a linux user with a dark theme won't think to change the theme to a dark theme when first using yuzu Idea here is to try and support arbitrary themes on linux. preliminary work on a "default_dark" theme, used only as overlay for any themes that are measured to be dark mode. Other work done: FreeDesktop standard icon names: plus -> list-add delete refresh, we use view-refresh remove duplicated icons for qdarkstyle_midnight_blue referencing icon aliases in the qrc files is the way to go Note: Dynamic style changing doesn't appear to work with AppImage
-
- 04 Aug, 2022 2 commits
-
-
bunnei authored
renderer_vulkan: add format fallbacks for R16G16B16_SFLOAT, R16G16B16_SSCALED, R8G8B8_SSCALED
-
Kyle Kienapfel authored
When windows is told to display Standard digits as suzhou, it is showing incorrect information in yuzu, file sizes and the CPU speed limiter are effected by this. See #8698 for some screenshots. Setting number format to Chinese (Simplified, Hong Kong SAR) is one way to see this issue in action. Fixes #8698
-
- 02 Aug, 2022 3 commits