- 15 Oct, 2021 15 commits
-
-
Morph authored
-
Morph authored
Allows it to be a forward declaration in other header files.
-
Morph authored
-
Morph authored
-
Mai M authored
.ci: Use Github Actions to update translation source files
-
Mai M authored
string_util: Prevent out of bounds access in u16string_view buffer
-
Mai M authored
Check "Hide mouse on inactivity" by default
-
Mai M authored
yuzu: Use make_unique instead of operator new for constructing ui
-
Romain Failliot authored
-
Creak authored
* main: Slightly refactor NCA entry installation in InstallNCA Co-authored-by: Ameer J <52414509+ameerj@users.noreply.github.com>
-
Morph authored
-
Morph authored
-
lat9nq authored
Let's yuzu_cmd use a network interface. Also adds it to the default ini.
-
FearlessTobi authored
-
Moonlacer authored
* better_description * Revert "better_description" This reverts commit 3a152a6ba6f2d6e02530b69a8194e4db302c8acd. * better_nvdec_wording * best_performance * update_word_stuff * another_update
-
- 14 Oct, 2021 4 commits
- 13 Oct, 2021 3 commits
- 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 8 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
-
german77 authored
-
ameerj authored
-
Feng Chen authored
-
- 10 Oct, 2021 2 commits
- 09 Oct, 2021 1 commit
-
-
Ameer J authored
vic: Allow surface to be higher than frame
-