german77
c01a872c8e
config: Move TAS options to it's own menu
5 years ago
bunnei
eae9f2e440
yuzu: Various frontend improvements to avoid crashes and improve experience on Linux.
5 years ago
lat9nq
17badbc442
yuzu/main: Improve menubar access keys
Adds a unique access key to each action within each menu. A few actions
already had their own access key, so those were untouched.
5 years ago
german
64fad8cfe9
Add option to reset window size to 1080p
5 years ago
lat9nq
0914e84014
main: Use three dots to complete the ellipsis
Fixes a typo in the UI file. An ellipsis has 3 dots.
5 years ago
lat9nq
9f972b7d01
main: Add an option to modify the currrent game's configuration
Creates a new entry in the Emulation menu called "Configure Current Game..." that is only available if a game is currently being executed in yuzu. When selected, it opens the game properties dialog for the current game.
Thanks to @BSoDGamingYT for reminding me to do this.
5 years ago
Morph
4c269e5ced
Add support for batch install to NAND
This adds support to batch install files to NAND
6 years ago
VolcaEM
04497d9e4a
Fix formatting
6 years ago
VolcaEM
57b93395a8
Add "Open Quickstart Guide" and "FAQ" buttons to the Help menu
While we're at it, also refactor the function used by OnOpenModsPage to be compatible with other URLs
6 years ago
VolcaEM
b81af6ae9b
Add a "Open Mods Page" button to the GUI
6 years ago
Morph
b73f678ee8
frontend: Set minimum window size to 640x360 instead of 1280x720 ( #3413 )
6 years ago
FearlessTobi
c2bf91156a
yuzu/main: Add better popup texts and remove duplicated actions
Makes popup texts more compact and clear and also links our quickstart guide now.
Also removes OnMenuSelectEmulatedDirectory from the File dropdown, as the action already exists in the Filesystem tab and provides better visual feedback there.
6 years ago
TotalCaesar659
dd74fd014b
Add headbar icon on Linux
6 years ago
Bartosz Kaszubowski
da3049aa74
GUI: add few missing hotkeys to main menu
6 years ago
Tobias
f9d7a6bec6
citra_qt/main.ui: remove unused actions "Load Symbol Map..." and...
..."Select Game Directory..."
Co-authored-by: vvanelslande <vvanelslandedev@gmail.com>
6 years ago
fearlessTobi
2d8eba5baf
yuzu: Add support for multiple game directories
Ported from https://github.com/citra-emu/citra/pull/3617 .
7 years ago
zhupengfei
a2be49305d
yuzu, video_core: Screenshot functionality
Allows capturing screenshot at the current internal resolution (native for software renderer), but a setting is available to capture it in other resolutions. The screenshot is saved to a single PNG in the current layout.
7 years ago
Zach Hilman
6001af2b89
qt: Move Open yuzu Folder action from Help to File
7 years ago
Zach Hilman
97187b7ef6
qt: Add help option to open yuzu folder
Opens a new file manager window at the UserDir.
7 years ago
David
50e4e81fd3
Added Amiibo support ( #1390 )
* Fixed conflict with nfp
* Few fixups for nfc
* Conflict 2
* Fixed AttachAvailabilityChangeEvent
* Conflict 3
* Fixed byte padding
* Refactored amiibo to not reside in "System"
* Removed remaining references of nfc from system
* used enum for Nfc GetStateOld
* Added missing newline
* Moved file operations to front end
* Conflict 4
* Amiibos now use structs and added mutexes
* Removed amiibo_path
7 years ago
Zach Hilman
a279d80a19
qt: Move Reinitialize Keys to Tools menu
7 years ago
Zach Hilman
8f958b89e7
qt: Add rederive keyset menu option
7 years ago
fearlessTobi
4d139943f2
Port web_service from Citra
7 years ago
Zach Hilman
1ff3318458
qt: Add UI options to change NAND/SD dirs
7 years ago
fearlessTobi
4a56931703
Fix two stupid errors made in #1141
7 years ago
fearlessTobi
f2d5b100c2
Port #3902 from Citra: "Add restart hotkey & menu option"
7 years ago
Zach Hilman
bfb945c243
qt: Add 'Install to NAND' option to menu
Prompts for title type on NCA files.
8 years ago
Zach Hilman
f969ddb54e
Add 'Load Folder' menu option
8 years ago
goaaats
f473780c52
Merge citra-emu PR#3001 by Styleoshin(citra-qt : Adding fullscreen mode)
8 years ago
Jannik Vogel
1a93237c23
Remove Surface Viewer stub
8 years ago
MerryMage
80db02c497
Minor cleanup
8 years ago
James Rowe
18ca3ca751
Removing unused settings and yuzu rebranding
8 years ago
James Rowe
ebf9a784a9
Massive removal of unused modules
8 years ago
Yuri Kunde Schlesner
6577bbc3c5
Remove ability to load symbol maps
This was now mostly unused except by thread creation, which used a
symbol of the entrypoint, if available, to name the thread.
9 years ago
Nico Bosshard
06d4654966
citra-qt: game list search function ( #2673 )
* citra-qt: game list search function
* Empty search field during game list refresh
* Code improvements
* Code formatting
* Autofocus search field
* JayFoxRox's recommendations
* lioncash's review
9 years ago
Yuri Kunde Schlesner
1b28b26682
Qt: Add (empty) status bar
9 years ago
Yuri Kunde Schlesner
80762583c2
Qt: Move some connections from .ui file to code
9 years ago
Yuri Kunde Schlesner
4cb1f36896
Qt: Re-organize setup of debugging widgets
9 years ago
Yuri Kunde Schlesner
e823c908ea
Qt: Fix action name to match conventions
9 years ago
Pringo
51750dc8f5
Minor Menu Fixes
9 years ago
LittleWhite
426c4a2a5b
Add Configure widget
10 years ago
polaris-
31dee93e84
Implement gdbstub
10 years ago
archshift
797b91a449
Add menu item for selecting the game list folder
10 years ago
polaris-
5114d75647
Implement gdbstub
10 years ago
bunnei
094ae6fadb
Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders.
- Config: Add an option for selecting to use shader JIT or interpreter.
- Qt: Add a menu option for enabling/disabling the shader JIT.
11 years ago
LittleWhite
66eabd326f
Add menu and logic to save and load recently loaded files.
This menu is only for ROM and will not save symbols recently loaded.
When the menu is empty, the menu is disabled (greyed out)
11 years ago
Sean Maas
cd99944b1d
QT: Remove border around widgets
11 years ago
tfarley
05dc633a8c
OpenGL renderer
11 years ago
bunnei
85cc81d8cc
Qt: Disable "Start" unless we are paused (it otherwise has no meaning and causes a crash).
11 years ago
Kingcom
76c74ffc96
citra-qt: Add option to hide dock widget title bars
11 years ago