Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-15 | qt_web_browser: Add missing QApplication include | Morph | |
2021-10-15 | ui: fix crash when closing configure window | Romain Failliot | |
This crash happens 100% of the time (on Linux at least), you just need to open the configure window and click OK. It seems to happen when the tabs are destroyed and once all the tabs are destroyed, a final signal is sent with `index == -1`. So `debug_tab_tab` doesn't exist anymore when this happens, so the crash. | |||
2021-10-15 | bootmanager: Forward declare System and SystemResultStatus | Morph | |
2021-10-15 | yuzu: Construct system in GMainWindow | Morph | |
2021-10-15 | core: Move ResultStatus outside of System | Morph | |
Allows it to be a forward declaration in other header files. | |||
2021-10-15 | Merge pull request #7174 from MightyCreak/hide-cursor-by-default | Mai M | |
Check "Hide mouse on inactivity" by default | |||
2021-10-15 | Merge pull request #7185 from Morph1984/make_unique_ui | Mai M | |
yuzu: Use make_unique instead of operator new for constructing ui | |||
2021-10-15 | Hide mouse cursor by default | Romain Failliot | |
2021-10-15 | main: Slightly refactor NCA entry installation in InstallNCA (#7181) | Creak | |
* main: Slightly refactor NCA entry installation in InstallNCA Co-authored-by: Ameer J <52414509+ameerj@users.noreply.github.com> | |||
2021-10-15 | main: Use std::unique_ptr for ui | Morph | |
2021-10-15 | configuration: Use std::make_unique instead of operator new for ui | Morph | |
2021-10-14 | settings_ui: Better NVDEC Description For Each Video Rendering Option (#7165) | Moonlacer | |
* better_description * Revert "better_description" This reverts commit 3a152a6ba6f2d6e02530b69a8194e4db302c8acd. * better_nvdec_wording * best_performance * update_word_stuff * another_update | |||
2021-10-14 | Merge pull request #6774 from lat9nq/remove-global-yuzu | Morph | |
yuzu qt: Remove global system instances | |||
2021-10-13 | Merge pull request #7158 from ameerj/window-900p | bunnei | |
main: Add option to reset window size to 900p | |||
2021-10-12 | Merge pull request #7147 from behunin/patch-1 | Ameer J | |
Update configure_tas.ui | |||
2021-10-11 | Create local variables for mouse and wheel positions | Romain Failliot | |
2021-10-11 | Fix a few warnings | Romain Failliot | |
- 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 | |||
2021-10-11 | main: Add option to reset window size to 900p | ameerj | |
2021-10-08 | Update configure_tas.ui | Levi Behunin | |
Remove the geometry property again(7045) after 7090 re-added. | |||
2021-10-07 | discord_impl: Remove global system instances | lat9nq | |
2021-10-07 | game_list: Remove global instances of Core::System | lat9nq | |
2021-10-07 | configuration: Add const qualifier where able | lat9nq | |
2021-10-07 | yuzu qt: Remove global system instances from config, WaitTree, main | lat9nq | |
2021-10-07 | service: Reduce header include overhead | Morph | |
2021-10-05 | Merge pull request #7090 from Moonlacer/tas_spacing_addition | bunnei | |
(Minor Change) Hint (?) Button Removal and Spacing Change to the TAS Window | |||
2021-10-03 | Merge pull request #7111 from lat9nq/no-title-bar-version | bunnei | |
main: Don't add an extra separator when the title version is absent | |||
2021-10-01 | yuzu: main: Register a callback for Exit | Morph | |
2021-10-01 | Merge pull request #7102 from Morph1984/remove-boxcat | bunnei | |
Remove Boxcat BCAT backend | |||
2021-09-30 | Merge pull request #7075 from v1993/power-of-tea | bunnei | |
applets: Use subdirectory of main data directory for QtWebEngine storage | |||
2021-09-30 | main: Don't add an extra separator when the title version is absent | lat9nq | |
Some titles, such as homebrew, do not have any version string. Because yuzu hard codes the title bar string assuming a version string is preset, booting homebrew causes yuzu to add an extra separator with no content between. This uses a lambda expression to prevent that from happening. | |||
2021-09-29 | style: Remove extra space preceding the :: operator | Morph | |
2021-09-29 | CMakeLists: Remove BoxCat build option | Morph | |
2021-09-29 | settings: Remove BCAT settings | Morph | |
2021-09-29 | configure_network: Remove BCAT | Morph | |
2021-09-29 | configure_tas: Remove help button from dialog window | Moonlacer | |
2021-09-29 | configure_tas: Ensure dialog buttons always stay at the bottom | Moonlacer | |
Previously, the dialog buttons would be floating in-place when the dialog is stretched downwards. This change ensures that the dialog buttons always stay at the bottom of the window. | |||
2021-09-28 | Merge pull request #7042 from v1993/patch-7 | Ameer J | |
Hide XInput bypass on non-Windows OSes | |||
2021-09-23 | Merge pull request #7068 from behunin/patch-3 | bunnei | |
Debug Config Ui: Clean-up and nits | |||
2021-09-24 | Use subdirectory of main data directory for QtWebEngine storage | v1993 | |
Previously, an unrelated directory was used for this. Keep everything together for consistency. | |||
2021-09-22 | Clean-up and nits | Levi Behunin | |
Remove redundent label, rearange checkboxs to keep same 3 per column layout, remove unneeded properties. | |||
2021-09-20 | Clean-up | Levi Behunin | |
Numerize names, remove unneeded properties and spacer. | |||
2021-09-18 | Tas configure ui nits | Levi Behunin | |
Text looked cramped on my pc (Ubuntu 21.04). Re-flowed text as well for nicer read. | |||
2021-09-18 | UI: Relocate tas menu and add brief description | german77 | |
2021-09-18 | input_common/tas: new update method | german77 | |
2021-09-18 | input_common/tas: Document the main class | german77 | |
2021-09-18 | input_common/tas: Add swap controller | german77 | |
2021-09-18 | input_common/tas: overwrite file dialog | german77 | |
2021-09-18 | input_common/tas: Fallback to simple update | MonsterDruide1 | |
2021-09-18 | config: Move TAS options to it's own menu | german77 | |
2021-09-18 | core: Hacky TAS syncing & load pausing | MonsterDruide1 | |
To keep the TAS inputs synced to the game speed even through lag spikes and loading zones, deeper access is required. First, the `TAS::UpdateThread` has to be executed exactly once per frame. This is done by connecting it to the service method the game calls to pass parameters to the GPU: `Service::VI::QueueBuffer`. Second, the loading time of new subareas and/or kingdoms (SMO) can vary. To counteract that, the `CPU_BOOST_MODE` can be detected: In the `APM`-interface, the call to enabling/disabling the boost mode can be caught and forwarded to the TASing system, which can pause the script execution if neccessary and enabled in the settings. |