fearlessTobi
447bdac298
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
ReinUsesLisp
7259f7a733
rasterizer_opengl: Remove OpenGL core profile
7 years ago
Zach Hilman
658d2ee97d
settings: Add 'Reporting Services' config option
Full enable/disable for all reports.
7 years ago
Fernando Sahmkow
788497fd9d
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
be6466d5c0
added a toggle to force 30fps mode
7 years ago
fearlessTobi
ff7e6a42c1
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
d6015ee211
settings: Add new graphics setting for use_asynchronous_gpu_emulation.
7 years ago
ReinUsesLisp
e78da8dc1f
settings: Hide shader cache behind a setting
7 years ago
zhupengfei
a94a828b6c
citra_qt: Log settings on launch
8 years ago
Zach Hilman
ac7d8983eb
settings: Fix comment structure
7 years ago
Zach Hilman
05dbb47af5
settings: Use std::chrono::seconds instead of s64 for RTC
7 years ago
Zach Hilman
c6016856d8
settings: Add custom RTC settings
Stored as signed seconds since epoch.
7 years ago
Zach Hilman
282b7e902c
settings: Store list of disabled add-ons per title ID
7 years ago
Zach Hilman
17d8e25cbf
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
3a6cd5b3c8
hid: Use player-defined controller type as PREFERRED_CONTROLLER
7 years ago
Zach Hilman
c77454b9d0
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
fd5fa48674
settings: Add Native type for keyboard
7 years ago
Zach Hilman
152422bab1
settings: Add Native type for mouse buttons
7 years ago
Zach Hilman
ab552e4a25
svc: Use proper random entropy generation algorithm
7 years ago
Zach Hilman
2a16fd7ffc
settings: Add config option to set RNG seed
7 years ago
Frederic Laing
d34d0bfc87
configure_system: Fix compiler warning
7 years ago
Zach Hilman
48eb3742b9
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
702622b8f1
profile_manager: Load user icons, names, and UUIDs from system save
7 years ago
Zach Hilman
e7e3d5898e
settings: Add users and current_user settings and remove username
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
bunnei
ee7c2dbf5a
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
95dff555a4
settings: Add program_args string setting
7 years ago
fearlessTobi
4d139943f2
Port web_service from Citra
7 years ago
fearlessTobi
500e81429a
hid: Implement ReloadInputDevices
7 years ago
fearlessTobi
a6efff8b02
Add audio stretching support
7 years ago
Zach Hilman
b2268f1f8d
settings: Save and load NAND/SD dirs from config
7 years ago
fearlessTobi
ba8ff096fd
Port #3353 from Citra
7 years ago
David
c1d54f4aea
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
df5b75694f
Remove files that are not used
8 years ago
bunnei
ca84b530a3
audio_core: Add configuration settings.
8 years ago
bunnei
1bbbd26563
settings: Add a configuration for use_accurate_framebuffers.
8 years ago
bunnei
9bf2a428f9
core: Add a configuration setting for use_multi_core.
8 years ago
Max Thomas
266703b50e
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
212a6ab937
settings: Remove unused CpuCore class.
8 years ago
bunnei
94f4009c3b
config: Use simplified checkbox (from Citra) for CPU JIT.
8 years ago
bunnei
5ecf152c8e
config: Rename is_docked to use_docked_mode to be consistent with other config bools.
8 years ago
bunnei
12b05c719e
config: Add setting for whether the system is docked or not.
8 years ago
James Rowe
096be16636
Format: Run the new clang format on everything
8 years ago
bunnei
8e2f62c6a5
settings: Fix button mappings array to have correct entries.
8 years ago
shinyquagsire23
801d6c1b6f
settings: Screenshot button
8 years ago
shinyquagsire23
74aa14c9b4
settings: adjust button configs for Switch controllers
8 years ago
James Rowe
18ca3ca751
Removing unused settings and yuzu rebranding
8 years ago
MerryMage
b628192bf2
configuration: Add cpu_core configuration option
8 years ago
bunnei
0906de9a14
hle: Remove a large amount of 3ds-specific service code.
8 years ago
B3n30
28c726f205
WebService: Verify username and token ( #2930 )
* WebService: Verify username and token; Log errors in PostJson
* Fixup: added docstrings to the functions
* Webservice: Added Icons to the verification, imrpved error detection in cpr, fixup nits
* fixup: fmt warning
8 years ago