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
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
Zach Hilman
921ea45baf
time: Use custom RTC settings if applicable for game
7 years ago
Zach Hilman
ac7b60b61b
settings: Add custom RTC settings
Stored as signed seconds since epoch.
7 years ago
Zach Hilman
cb527149ee
qt: Add Properties menu to game list right-click
7 years ago
Zach Hilman
3bdf97523e
config: Store and load disabled add-ons list
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
6af690c2b8
settings: Add config option to set RNG seed
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
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
fearlessTobi
015fa7e556
Review comments - part 3
7 years ago
fearlessTobi
92e939952c
Port web_service from Citra
7 years ago
Philippe Babin
3fd046c51e
Invalid default value of username in yuzu_cmd ( #1334 )
* Fix bug where default username value for yuzu_cmd create an userprofile with uninitialize data as username
* Fix format
* Apply code review changes
* Remove nullptr check
7 years ago
fearlessTobi
7377afca3a
Add audio stretching support
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 )
7 years ago
bunnei
14d9b2d6d3
audio_core: Add configuration settings.
8 years ago
fearlessTobi
6335002f55
Port #3641 from Citra
8 years ago
bunnei
6143bfd58a
settings: Turn docked mode off by default.
8 years ago
fearlessTobi
08acefbaab
Remove some references to Citra
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
N00byKing
6263f437d7
default_ini.h: Update from citra to yuzu
8 years ago
N00byKing
a97c186684
Remove Links to citra Services
8 years ago
N00byKing
b411bdb76e
Change Telemetry Names to yuzu
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
N00byKing
3aeeaeaf2b
Remove Option for N/3DS from default.ini
8 years ago
Valentin Vanelslande
a105e0f72d
default_ini: change default cpu core to dynarmic
8 years ago
N00byKing
f28fd7a13b
Update default_ini.h
8 years ago
unknown
b22d73d2af
Update the internal resolution settings
8 years ago
shinyquagsire23
382e739799
yuzu_cmd: Fix default ini, add screenshot button
8 years ago
shinyquagsire23
c4d48f291a
yuzu_cmd: fix default ini
8 years ago
bunnei
e443f7a301
config: Default log filter to trace.
8 years ago
James Rowe
5dbd091a80
Massive removal of unused modules
8 years ago
bunnei
68c6e82dd9
config: Default CPU core to Unicorn.
8 years ago
MerryMage
6fe2dc0b15
configuration: Add cpu_core configuration option
8 years ago
bunnei
dd4ffef0a2
hle: Remove a large amount of 3ds-specific service code.
8 years ago
B3n30
fdd8a6ef0c
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
bunnei
c871b582f3
default_ini: Use correct telemetry endpoint URL.
8 years ago
bunnei
3142ed98b6
settings: Add enable_telemetry, citra_username, and citra_token.
8 years ago
wwylele
2814d0fba2
EmuWindow: refactor touch input into a TouchDevice
8 years ago
wwylele
d500f79b8e
move MotionEmu from core/frontend to input_common as a InputDevice
9 years ago
danzel
6610e914a3
Fix some spelling mistakes
8 years ago
bunnei
de913af2c7
settings: Add telemetry endpoint URL.
9 years ago
wwylele
96a97f2f6d
input_common/sdl: add support for binding button to axis
9 years ago
wwylele
110e23b4ee
citra: update default ini with new input system
9 years ago