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.
7 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
Daniel Lundqvist
85c150a4fd
Make letter cases consistent in menus and widgets
In various menu options letter cases were not consistent. This was also
the case within various debugging widgets. This attempts to make letter
cases consistent, but it is of course a matter of opinion which way is the
correct one.
11 years ago
Daniel Lundqvist
3f3b890694
Change popout mode to "Single Window Mode"
11 years ago
bunnei
08fb71108a
added symbol map load function to Qt GUI
12 years ago
Mathieu Vaillancourt
81f6062c85
Re-enable toggling window mode.
12 years ago
Mathieu Vaillancourt
68a8594d04
Init window size from VideoCore. Start changing the default window behavior...
12 years ago
bunnei
63e46abdb8
got rid of 'src' folders in each sub-project
12 years ago
Mathieu Vaillancourt
1c7120b3aa
More Qt changes for debugger
12 years ago
Mathieu Vaillancourt
05be8d2f0c
Basic QT window
12 years ago