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
Lioncash
6949f73149
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
45f2a2fe29
acc: Fix account UUID duplication error
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
8bbc12b9c2
qt: Add UI option to configure arguments
7 years ago
fearlessTobi
4d139943f2
Port web_service from Citra
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
Zach Hilman
4112dd6b4e
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
8ce02d85e9
config: Fixed icon size get set to 0
7 years ago
fearlessTobi
ba8ff096fd
Port #3353 from Citra
7 years ago
Zach Hilman
9e88f03e75
Avoid parsing RomFS to directory in NCA
8 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
Lioncash
d66b43dadf
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
03c2d049d4
settings: Turn docked mode off by default.
8 years ago
James Rowe
6269a01b4e
Add configurable logging backends
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
N00byKing
b55dc9c85e
Remove whitespaces
8 years ago
N00byKing
78e974ba68
Add Dark theme, Icon theming
configure_general.ui: Add UI Option for Themes
config.cpp: Save Theme Settings
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
Hexagon12
a8d8c21e00
pls, that was easy
8 years ago
James Rowe
096be16636
Format: Run the new clang format on everything
8 years ago
MerryMage
e35644c005
clang-format
8 years ago
goaaats
f473780c52
Merge citra-emu PR#3001 by Styleoshin(citra-qt : Adding fullscreen mode)
8 years ago
unknown
a4f5ccbf0a
Clanggit rebase -i fixes
8 years ago
unknown
8d968780c1
Clang format
8 years ago
unknown
58ee23f16d
Change default log level to info
8 years ago
shinyquagsire23
aa4fa8bded
configure_input: update w/ Switch buttons
8 years ago
bunnei
95ce471774
config: Default log filter to trace.
8 years ago
James Rowe
18ca3ca751
Removing unused settings and yuzu rebranding
8 years ago
James Rowe
389979018c
Remove gpu debugger and get yuzu qt to compile
8 years ago
James Rowe
ebf9a784a9
Massive removal of unused modules
8 years ago
bunnei
890bbc0cd3
config: Default CPU core to Unicorn.
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
bunnei
c781aea947
settings: Add enable_telemetry, citra_username, and citra_token.
8 years ago
bunnei
59ad933022
citra_qt: Show one-time callout messages to user.
9 years ago
wwylele
2617de1fe6
EmuWindow: refactor touch input into a TouchDevice
9 years ago
wwylele
188194908c
move MotionEmu from core/frontend to input_common as a InputDevice
9 years ago
bunnei
8abf808854
settings: Add telemetry endpoint URL.
9 years ago
Kloen
bbeb9f1dbb
citra-qt: add new uisetting->theme
9 years ago