Commit Graph

563 Commits (c65c651b6fb174084a26039ce6ea78e9cd3aedf0)

Author SHA1 Message Date
german77 72c8a94a6c yuzu: Add controller hotkeys 4 years ago
german77 a9ad983c13 yuzu: Fix UI elements not updating correctly 4 years ago
liushuyu 14fc1bec17
main: reword inhibit reason 4 years ago
liushuyu fa7abafa5f main: fix wake lock in Flatpak ...
... by using the XDP system
4 years ago
ameerj 3074b2eb93 main: Refactor to reduce code duplication in ShowFullscreen() 4 years ago
ameerj 39bb6851e4 main: Make render window borderless fullscreen toggle on the monitor it resides in
Toggling borderless fullscreen on the separate render window made it fullscreen on the monitor which the main yuzu window resided in.

This change allows the render window to go fullscreen on the monitor it resides in, independent of the main window location.
4 years ago
bunnei e242f16986
Merge pull request #7532 from goldenx86/patch-3
Update video core popup
4 years ago
Matías Locatti 333ccf23f8
Suggestions from CrusadingNinja 4 years ago
Matías Locatti 1cdddd17d2
Changed link 4 years ago
Wunkolo 44b3abdfc0 yuzu/main: Fix host memory byte units. GB to GiB
I have `134850146304` bytes of ram and Yuzu was saying that I had `125.59 GB`
of ram. But `125.59` is actually the amount of gi**bi**bytes I have. In
gi**ga**bytes I would have `134.9`.

Additionally, I changed the `1024 / 1024 / 1024` here into the `_GiB`
user-literals that I added a while ago(#6519).

https://www.wolframalpha.com/input/?i=134850146304+bytes
4 years ago
Mai M 5b2cb22a04
Merge pull request #7506 from heinermann/focus_crash
Fixed #7502
4 years ago
Matías Locatti 60bdedc7dd main: Update video core popup
Old version had formatting issues, and I want to provide an answer to the most common reason this pops up in the first place, outdated drivers.
4 years ago
Adam Heinermann 7220056974 Fixed #7502 4 years ago
german77 7fe455e42e core/hid: Ensure only valid npad are connected 4 years ago
german77 5ba7b11ba4 yuzu: Implement basic controller navigation 4 years ago
Fernando S 564f105277
Merge pull request #7255 from german77/kraken
Project Kraken: Input rewrite
4 years ago
german77 182cd9004f config: Remove vibration configuration 4 years ago
bunnei 06ad463ec8
Merge pull request #7330 from MightyCreak/simplify-theme-selection
Replace "Light" theme by "Default"
4 years ago
german77 e64ee99f00 yuzu: Fix TAS from rebase 4 years ago
german77 e7eee36d52 service/hid: Remove includes of core.h and settings.h 4 years ago
german77 d14e74132c settings: Fix controller preview not displaying the correct controller 4 years ago
german77 5d0f3540c4 core/hid: Rename NpadType to NpadStyleIndex 4 years ago
german77 77fa4d4bf6 second commit lion review 4 years ago
german77 61d9eb9f69 input_common: Revert deleted TAS functions 4 years ago
german77 85052b8662 service/hid: Fix gesture input 4 years ago
german77 af55dd1935 configuration: Migrate controller settings to emulated controller 4 years ago
german77 e0da5c1bbc kraken: Fix errors from rebase and format files 4 years ago
german77 967cca10ff core: Register HID 4 years ago
german77 737d305f63 yuzu: Use new input on main and bootmanager 4 years ago
german77 5a785ed794 input_common: Rewrite keyboard 4 years ago
Adam Heinermann f078d3d212
Refactor menu states and shortcuts in GMainWindow. (#7419)
Refactor menu states and shortcuts in GMainWindow.

- Removed "Start", since it was always disabled unless it was "Continue"
which has now been moved to "Pause".
- Allow hotkeys to be used while in fullscreen.
- Removed the load amiibo hotkey.
4 years ago
Adam Heinermann 097de2febc const fixes 4 years ago
Adam Heinermann b7a938e817 Apply clang format 4 years ago
Adam Heinermann f90d980837 Added TAS controls to the menu under Tools 4 years ago
bunnei b44fbf6cdd
Merge pull request #7369 from Morph1984/amd-fsr-statusbar
main: Shorten AMD FSR status bar text
4 years ago
bunnei a69813948f
Merge pull request #7342 from goldenx86/patch-3
Replace keys error pop up
4 years ago
Morph bc5ed1aa1b main: Fix default AA name
By default, no AA is applied, not FXAA
4 years ago
Morph c76163b611 main: Shorten AMD FSR status bar text
AMD'S FIDELITYFX SR -> FSR
4 years ago
bunnei a100f5d5d4
Merge pull request #7353 from v1993/no-more-epilepsy
Prevent window flickering when holding Esc
4 years ago
Valeri f7e0a37753
Prevent window flickering when holding Esc
Reported on discord by Levlight. Don't try to exit fullscreen if it's already off.
4 years ago
Fernando Sahmkow a96c9c803b Yuzu UI: Add button for Anti Alias 4 years ago
FernandoS27 2eff80b47f QtGUI: Add buttton to toggle the filter. 4 years ago
ameerj 80f8d4989e bootmanager: Fix screenshot resolution factor usage
Fixes screenshots at non integer scaling
4 years ago
Morph 138d9d7eff main: Add resolution scale label in the status bar
Shows the resolution scale as "Scale: {}x" in the status bar, where {} is a floating point value representing the current resolution scaling factor.
4 years ago
Matías Locatti ffb79afd29
Replace keys error pop up
Fight me.
4 years ago
Romain Failliot 2e5866147e Replace "Light" theme by "Default"
This reflects the current behavior: Light = System default. If your
system is set to dark theme, then Light = Dark, which is a bit confusing
for the end user.

In this PR, I propose to change "Light" with "Default". This way, the
user has "Default" and "Default Colorful", which will apply the system
theme. Now that the Flatpak respects the system theme, I think this
makes much more sense.

I also simplified the theme update. Before the code was branching
between the default theme and the others, but I think we can have
something simpler by forcing the default theme if no theme is defined in
the settings, or if the selected theme doesn't exist. And if there's an
error, tell the theme name in the error message.
4 years ago
bunnei 0eacc362dd
Merge pull request #7272 from behunin/the-courteous-logger
Logging: Impl refactor
4 years ago
Morph 1af499c15b applets/swkbd: Skip text checking if the text has been confirmed
Confirm means that the text has already been checked by the application to be correct, but is asking the user for confirmation.
The confirmation text itself seems to be corrupted though, this needs to be investigated.

Fixes the software keyboard in Famicom Detective Club: The Missing Heir
4 years ago
Morph a6e6a5ac38 general: Get the current process program id directly from the system
This allows us to avoid including KProcess' header file in files that only need to get the current process' program id.
4 years ago
Morph 64275dfbf4 general: Rename GetTitleID to GetProgramID 4 years ago