german77
03d671fabc
applet: mii: Simple implementation of mii applet
4 years ago
german77
b504df9d02
yuzu: Remove amiibos on drag and drop
4 years ago
german77
e35c2fd5d0
nfp: Address compiler issues
4 years ago
german77
41b65d38fa
yuzu: Allow to open and remove the amiibo
4 years ago
german77
ab93b4c66d
yuzu: Mute audio when in background
4 years ago
german77
49eb78497b
yuzu: Add docked, GPU accuracy and adapting filter hotkeys
4 years ago
Morph
dfe11d72e3
profile: Migrate to the new UUID implementation
4 years ago
Morph
edbfbf2f2f
main: Always remove the frameless window flag when restoring UI state
For unknown reasons, this flag may persist after the application has been closed.
Removing this flag when restoring the UI state ensures that a frameless window will not be shown on startup.
4 years ago
Narr the Reg
330b31ae2e
yuzu: Disable auto repeat on hotkeys again
4 years ago
german77
c8b3a12856
yuzu: Add volume up/down hotkeys
4 years ago
german77
419f427a01
yuzu: Remove speed limit hotkeys
4 years ago
Morph
36da4d1121
yuzu: main: Increase the open file limit on Windows to 8192
This is a temporary solution for now to accommodate for mods containing more than 4096 files.
4 years ago
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
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
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
german77
182cd9004f
config: Remove vibration configuration
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
5 years ago
german77
d14e74132c
settings: Fix controller preview not displaying the correct controller
5 years ago
german77
5d0f3540c4
core/hid: Rename NpadType to NpadStyleIndex
5 years ago
german77
77fa4d4bf6
second commit lion review
5 years ago
german77
61d9eb9f69
input_common: Revert deleted TAS functions
5 years ago
german77
85052b8662
service/hid: Fix gesture input
5 years ago
german77
af55dd1935
configuration: Migrate controller settings to emulated controller
5 years ago
german77
e0da5c1bbc
kraken: Fix errors from rebase and format files
5 years ago
german77
967cca10ff
core: Register HID
5 years ago
german77
737d305f63
yuzu: Use new input on main and bootmanager
5 years ago
german77
5a785ed794
input_common: Rewrite keyboard
5 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
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
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
5 years ago
FernandoS27
2eff80b47f
QtGUI: Add buttton to toggle the filter.
5 years ago
ameerj
80f8d4989e
bootmanager: Fix screenshot resolution factor usage
Fixes screenshots at non integer scaling
5 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.
5 years ago
Matías Locatti
ffb79afd29
Replace keys error pop up
Fight me.
4 years ago