M&M
c6f9cad218
logging/settings: Increase maximum log size to 100 MB and add extended logging option
The extended logging option is automatically disabled on boot but can be enabled afterwards, allowing the log file to go up to 1 GB during that session.
This commit also fixes a few errors that are present in the general debug menu.
6 years ago
FearlessTobi
8574303acc
yuzu/configure_debug: Remove duplicated checkboxes
Those are already found in the Filesystem tab.
They were added back to the Debug tab by mistake in the Vulkan PR.
6 years ago
MerryMage
79dfd272a9
configuration: Add settings to enable/disable specific CPU optimizations
6 years ago
David Marcec
05eeb7de3d
Implement macro JIT
6 years ago
MerryMage
0bbafff3db
dynarmic: Add option to disable CPU JIT optimizations
6 years ago
ReinUsesLisp
48cb021c34
yuzu: Implement Vulkan frontend
Adds a Qt and SDL2 frontend for Vulkan. It also finishes the missing
bits on Vulkan initialization.
6 years ago
Zach Hilman
04078a2139
configure_debug: Move reporting option to logging
6 years ago
Zach Hilman
47b8fb931a
config: Remove Dump options from configure_debug
7 years ago
Zach Hilman
5def076ff4
settings: Add config option for kiosk (quest) mode
7 years ago
ReinUsesLisp
0d80feda2d
qt: Silence name collision warnings
7 years ago
Zach Hilman
28886a2927
qt: Make UI option for 'Reporting Services' temporary
Reports are unnecessary for normal users and this is to prevent 'power' users from enabling the feature by accident.
7 years ago
Zach Hilman
9192141822
patch_manager: Show LayeredExeFS patch in add-ons column
The decision was made to name them LayeredExeFS instead of just LayeredFS to differentiate from normal RomFS-based mods. The name may be long/unweildy, but conveys the meaning well.
7 years ago
Zach Hilman
df1c902e44
settings: Add option to dump ExeFS of games upon launch
When enabled, all exefs(es) will be copied to yuzu/dump/<title_id>/exefs.
7 years ago
Zach Hilman
c8bc8ba008
settings: Add setting to control NSO dumping
Also adds UI option in Debug > Dump section, with the idea later things to be dumped (i.e. other game data or textures, etc) will use the same group box.
7 years ago
Zach Hilman
91b8b1cfed
qt: Add UI option to configure arguments
7 years ago
Hedges
3e421bb6fb
GDBStub works with both Unicorn and Dynarmic now ( #941 )
* GDBStub works with both Unicorn and Dynarmic now
* Tidy up
8 years ago
James Rowe
7af1a786d5
Add configurable logging backends
8 years ago
Tobias
e3fbbfa155
Implement Pull #3030 from Citra
citra-qt: Rename derivative class name
8 years ago
James Rowe
5dbd091a80
Massive removal of unused modules
8 years ago
MerryMage
8ac1da24c5
configure_debug: Add label warning that CPU JIT needs to be disabled for gdbstub to work
9 years ago
Lioncash
bbb41d4504
citra-qt: Move config dialog code to its own directory
9 years ago
bunnei
da4e6eb4b5
qt: Rename all "toogle" to "toggle".
9 years ago
LittleWhite
aad774fa01
Add more stuff to configure.
10 years ago
LittleWhite
e5b8519b62
Add Configure widget
10 years ago