- 12 Oct, 2023 1 commit
-
-
F David authored
-
- 11 Oct, 2023 15 commits
-
-
flodavid authored
- Show the right confirm dialog if wanted - Create generic method to ask close confirmation - Add "R + Plus + Minus" default shortcut to Restart emulation
-
Florian authored
-
flodavid authored
- Add General setting to choose if a confirm dialog is shown when stopping - Show the right confirm dialog if wanted - Reuse dialog window that ask to close the game - Add "L + Plus + Minus" default shortcut to Stop emulation - Create generic question dialog based on TAS dialog - It allows controller interaction on most dialogs
-
liamwhite authored
ci/linux: Upload separated debug symbols
-
liamwhite authored
yuzu: Save multiple resolutions per icon
-
liamwhite authored
Do not set rescaled flag when rescaling is disabled
-
liamwhite authored
externals/tzdb_to_nx: Update to 221202
-
lat9nq authored
This updates us to an eggert/tz commit downstream of 2022g that compiles. This seems to be the revision Nintendo is using for 17.0.0, if the data checksums are anything to go off of.
-
liamwhite authored
Do not allocate DeviceLocal buffers as mapped
-
liamwhite authored
Clear DSP buffer after each execution
-
liamwhite authored
Do not double sync written buffers, move mark written to binding
-
liamwhite authored
Enable controller interaction in Controller Applet
-
Fernando S authored
Fix mistaken usage of info.block instead of level_info.block
-
Kelebek1 authored
-
Squall-Leonhart authored
Fixed an error on my part, in the last change I had mistakenly passed unadjusted block info into FullUploadSwizzles and UnswizzleImage Revert (my mistaken changing of) the construction of SwizzleParameters in UnswizzleImage and FullUploadSwizzles to use level_info.block instead of info.block. This ensures that the block information used in the swizzling process is correctly adjusted for each mip level.
-
- 10 Oct, 2023 9 commits
-
-
Narr the Reg authored
-
toast2903 authored
Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
-
Kelebek1 authored
-
liamwhite authored
Partial revert of #10433 (Texture Cache Util: Fix block depth adjustment on slices)
-
lat9nq authored
Creates a new archive with a debug suffix that contains the debug symbols from compiling yuzu for mainline. The yuzu executable also gets a GNU debug link to the symbols file. ci/linux: Compile with debug symbols and upload separately Currently only uploads for yuzu but yuzu-cmd or other future executables can be added to the for-loop's parameters.
-
Kelebek1 authored
-
Fernando S authored
common: add arm64 native clock
-
Fernando S authored
service: am: Add support for LLE Album Applet
-
Fernando S authored
kernel: implement transfer memory
-
- 08 Oct, 2023 9 commits
-
-
liamwhite authored
add Z32, FLOAT, UINT, UINT, UINT, LINEAR to format lookup table
-
liamwhite authored
yuzu: Add desktop shortcut support for Windows (continuation of #11344)
-
liamwhite authored
yuzu-qt: Track play time
-
Liam authored
-
Squall Leonhart authored
Should fix and close #11711
-
Narr the Reg authored
-
Narr the Reg authored
-
Narr the Reg authored
-
FearlessTobi authored
Allows creating desktop shortcuts with icons for yuzu games. Co-Authored-By: Jeroen van Schijndel <13182141+roenyroeny@users.noreply.github.com>
-
- 07 Oct, 2023 6 commits
-
-
liamwhite authored
vk_present_manager: recreate surface on any surface loss
-
liamwhite authored
Implements D32_Float to A8B8G8R8_UNORM format copy
-
liamwhite authored
Enable depth test on depthstencil clear path
-
liamwhite authored
loader: don't reassign program ID on npdm reparse
-
liamwhite authored
gdbserver: use numeric character references for unicode
-
liamwhite authored
Allow GPUs without rebar to open multiple RenderDoc captures
-