Zach Hilman
094de9331f
settings: Add option to set BCAT backend
7 years ago
Zach Hilman
a4d056eddf
settings: Add options for managing gamecard emulation
7 years ago
Zach Hilman
6241a30a10
settings: Add options for setting storage sizes
7 years ago
fearlessTobi
32c6e238fd
Add frametime logging for tracking performance over time
Co-Authored-By: jroweboy <jroweboy@gmail.com>
6 years ago
Lioncash
66cfba50ed
yuzu: Remove setting for using Unicorn
The JIT is mature enough that this setting can be removed, falling back
to Unicorn only on unsupported architectures. Any missing features from
Unicorn (of which there are extremely few), are mostly
developer-oriented, which most users don't care about.
Features should be coordinated with the JIT, not the interpreter,
anyhow.
7 years ago
fearlessTobi
662ff325bf
yuzu: Remove CPU Jit setting from the UI
A normal user shouldn't change this, as it will slow down the emulation and can lead to bugs or crashes. The renaming is done in order to prevent users from leaving this on without a way to turn it off from the UI.
7 years ago
Zach Hilman
5def076ff4
settings: Add config option for kiosk (quest) mode
7 years ago
ReinUsesLisp
b70a0ec46d
rasterizer_opengl: Remove OpenGL core profile
7 years ago
Zach Hilman
a3c66e920b
settings: Add 'Reporting Services' config option
Full enable/disable for all reports.
7 years ago
Fernando Sahmkow
b437d4abd7
Allow picking a Compatibility Profile for OpenGL.
This option allows picking the compatibility profile since a lot of bugs
are fixed in it. We devs will use this option to easierly debug current
problems in our Core implementation.:wq
7 years ago
zarroboogs
77bc4d1bd9
added a toggle to force 30fps mode
7 years ago
fearlessTobi
86a7ab36ba
core/yuzu: Remove enable_nfc setting
This was initially added to prevent problems from stubbed/not implemented NFC services, but as we never encountered such and as it's only used in a deprecated function anyway, I guess we can just remove it to prevent more clutter of the settings.
7 years ago
bunnei
300139799f
settings: Add new graphics setting for use_asynchronous_gpu_emulation.
7 years ago
ReinUsesLisp
1342998379
settings: Hide shader cache behind a setting
7 years ago
zhupengfei
c63f74ed1d
citra_qt: Log settings on launch
8 years ago
Zach Hilman
d73f33373b
settings: Fix comment structure
7 years ago
Zach Hilman
63e948f483
settings: Use std::chrono::seconds instead of s64 for RTC
7 years ago
Zach Hilman
ac7b60b61b
settings: Add custom RTC settings
Stored as signed seconds since epoch.
7 years ago
Zach Hilman
1cff2a3779
settings: Store list of disabled add-ons per title ID
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
2d8a5a4e9b
hid: Use player-defined controller type as PREFERRED_CONTROLLER
7 years ago
Zach Hilman
bcbd6015f3
settings: Add settings for multiple players and controllers
Uses the PlayerInput struct to represent all of the data that constitutes a player.
7 years ago
Zach Hilman
8cfe1e015d
settings: Add Native type for keyboard
7 years ago
Zach Hilman
b75d8cbc89
settings: Add Native type for mouse buttons
7 years ago
Zach Hilman
deb5d6be60
svc: Use proper random entropy generation algorithm
7 years ago
Zach Hilman
6af690c2b8
settings: Add config option to set RNG seed
7 years ago
Frederic Laing
c1e5c112c6
configure_system: Fix compiler warning
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
8bdf2fe7b7
profile_manager: Load user icons, names, and UUIDs from system save
7 years ago
Zach Hilman
64595bddaf
settings: Add users and current_user settings and remove username
7 years ago
David
0d7783ba66
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
bunnei
b1c31be284
config: Rename use_accurate_framebuffers -> use_accurate_gpu_emulation.
- This will be used as a catch-all for slow-but-accurate GPU emulation paths.
7 years ago
Zach Hilman
ebb86d1354
settings: Add program_args string setting
7 years ago
fearlessTobi
92e939952c
Port web_service from Citra
7 years ago
fearlessTobi
f9ee07b1ef
hid: Implement ReloadInputDevices
7 years ago
fearlessTobi
7377afca3a
Add audio stretching support
7 years ago
Zach Hilman
d55a54e117
settings: Save and load NAND/SD dirs from config
7 years ago
fearlessTobi
fc6901c205
Port #3353 from Citra
7 years ago
David
4a4641a134
Added ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests ( #851 )
8 years ago
Zach Hilman
b10c0d291f
Remove files that are not used
8 years ago
bunnei
14d9b2d6d3
audio_core: Add configuration settings.
8 years ago
bunnei
47ba060950
settings: Add a configuration for use_accurate_framebuffers.
8 years ago
bunnei
bbd273e7ce
core: Add a configuration setting for use_multi_core.
8 years ago
Max Thomas
a12f45de82
hid: Tweaks, Analog Sticks ( #435 )
* hid: Update mouse/keyboard state
* hid: Working analog sticks
* hid: Nits
* hid: Nits
* hid: Update mystery sections
* hid: Tweaks
8 years ago
bunnei
8c991d792e
settings: Remove unused CpuCore class.
8 years ago
bunnei
32181284be
config: Use simplified checkbox (from Citra) for CPU JIT.
8 years ago
bunnei
af6e1f8554
config: Rename is_docked to use_docked_mode to be consistent with other config bools.
8 years ago
bunnei
679d29d9f8
config: Add setting for whether the system is docked or not.
8 years ago
James Rowe
ea88c44eb8
Format: Run the new clang format on everything
8 years ago
bunnei
5ee2436934
settings: Fix button mappings array to have correct entries.
8 years ago