Lioncash
add5a47fd9
yuzu/configuration/config: Use a std::unique_ptr for qt_config instead of a raw pointer
Same behavior, less code.
7 years ago
Zach Hilman
da04134ce6
acc: Fix account UUID duplication error
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
91b8b1cfed
qt: Add UI option to configure arguments
7 years ago
fearlessTobi
92e939952c
Port web_service from Citra
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
Zach Hilman
f7b0f9fde4
qt: Make default row data title name and title id
Helps with installed games by making the title not a hexadecimal id string, instead the name.
7 years ago
tech4me
c6442d421a
config: Fixed icon size get set to 0
7 years ago
fearlessTobi
fc6901c205
Port #3353 from Citra
7 years ago
Zach Hilman
f89988272e
Avoid parsing RomFS to directory in NCA
8 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
Zach Hilman
b10c0d291f
Remove files that are not used
8 years ago
bunnei
14d9b2d6d3
audio_core: Add configuration settings.
8 years ago
Lioncash
85ca923ed4
file_util: Use an enum class for GetUserPath()
Instead of using an unsigned int as a parameter and expecting a user to
always pass in the correct values, we can just convert the enum into an
enum class and use that type as the parameter type instead, which makes
the interface more type safe.
We also get rid of the bookkeeping "NUM_" element in the enum by just
using an unordered map. This function is generally low-frequency in
terms of calls (and I'd hope so, considering otherwise would mean we're
slamming the disk with IO all the time) so I'd consider this acceptable
in this case.
8 years ago
bunnei
6143bfd58a
settings: Turn docked mode off by default.
8 years ago
James Rowe
7af1a786d5
Add configurable logging backends
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
7555b881e8
Remove whitespaces
8 years ago
N00byKing
675b525fb8
Add Dark theme, Icon theming
configure_general.ui: Add UI Option for Themes
config.cpp: Save Theme Settings
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
Hexagon12
5eb5f5ac9a
pls, that was easy
8 years ago
James Rowe
ea88c44eb8
Format: Run the new clang format on everything
8 years ago
MerryMage
41bfd994f6
clang-format
8 years ago
goaaats
fe722aba41
Merge citra-emu PR#3001 by Styleoshin(citra-qt : Adding fullscreen mode)
8 years ago
unknown
535cfec8f7
Clanggit rebase -i fixes
8 years ago
unknown
d3af215cbb
Clang format
8 years ago
unknown
c65510feb9
Change default log level to info
8 years ago
shinyquagsire23
974f097bbd
configure_input: update w/ Switch buttons
8 years ago
bunnei
e443f7a301
config: Default log filter to trace.
8 years ago
James Rowe
31499ecb2e
Removing unused settings and yuzu rebranding
8 years ago
James Rowe
bd5740a721
Remove gpu debugger and get yuzu qt to compile
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
3142ed98b6
settings: Add enable_telemetry, citra_username, and citra_token.
8 years ago
bunnei
8ed5cd044d
citra_qt: Show one-time callout messages to user.
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
bunnei
de913af2c7
settings: Add telemetry endpoint URL.
9 years ago
Kloen
45c1d80518
citra-qt: add new uisetting->theme
9 years ago
chris062689
b3426b6b51
Changing default values for bg_red, bg_green, and bg_blue from 1.0 to 0.0.
9 years ago