- 14 Oct, 2021 2 commits
- 13 Oct, 2021 1 commit
-
-
Mai M authored
externals: Update dynarmic to cce7e4ee
-
- 12 Oct, 2021 7 commits
-
-
Ameer J authored
Update configure_tas.ui
-
Morph authored
-
Ameer J authored
h264: Use max allowed max_num_ref_frames when using CPU decoding
-
Morph authored
Port citra-emu/citra#5811: "Build system: remove references to travis"
-
FearlessTobi authored
Co-Authored-By: Vitor K <vitor-kiguchi@hotmail.com>
-
Creak authored
This moves all GenerateYuzuPath calls outside of the platofrm-specific #ifdefs, replacing them with assignments to paths.
-
bunnei authored
Fix a few warnings
-
- 11 Oct, 2021 6 commits
-
-
Romain Failliot authored
-
Romain Failliot authored
- configure_input_player_widget.cpp: always better to use `const auto &` whenever possible - profiler.cpp: `ev->pos()` is deprecated, replace with `ev->position()`, which returns floats, thus the addition of `.toPoint()` (same as what's happening in `pos()`) - game_list.cpp: `QString::SplitBehavior` is deprecate, use `Qt::` namespace instead
-
Morph authored
ci: Use ubuntu-latest vmImage where applicable
-
ameerj authored
Not specifying the vmImage defaults to ubuntu-16.04, which will be deprecated soon and is experiencing brownouts.
-
Morph authored
applets/web: Fallback to loader to get the manual romfs if none is found
-
Feng Chen authored
-
- 10 Oct, 2021 1 commit
-
-
Feng Chen authored
-
- 09 Oct, 2021 2 commits
-
-
Ameer J authored
vic: Allow surface to be higher than frame
-
Valeri authored
Touhou Genso Wanderer Lotus Labyrinth R decodes 1920x1080 videos into 1920x1088 surface. Only allow mismatch for height, since larger width would result in increasingly offset rows and somewhat defeat entire purpose of this check.
-
- 08 Oct, 2021 4 commits
-
-
Mai M authored
vic: Implement RGBX8 video frame format
-
Levi Behunin authored
Remove the geometry property again(7045) after 7090 re-added.
-
ameerj authored
This is a work around to avoid buffer overflow errors until multi channel/multi stream decoding is supported.
-
Mai M authored
service: Reduce header include overhead
-
- 07 Oct, 2021 4 commits
- 06 Oct, 2021 2 commits
-
-
Fernando S authored
gpu: Migrate implementation to the cpp file
-
bunnei authored
(Minor Change) Hint (?) Button Removal and Spacing Change to the TAS Window
-
- 05 Oct, 2021 2 commits
- 04 Oct, 2021 4 commits
- 03 Oct, 2021 5 commits
-
-
bunnei authored
main: Don't add an extra separator when the title version is absent
-
bunnei authored
network: Do not log IP address
-
ameerj authored
Avoids a destruction data race that may occur on the vsync thread
-
ameerj authored
This seems to only be used to protect a later gpu function call. So we can move the lock into that call instead.
-
ameerj authored
-