summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd/config.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Port #3353 from CitraGravatar fearlessTobi2018-08-211-2/+3
|
* Remove files that are not usedGravatar Zach Hilman2018-08-011-0/+1
|
* audio_core: Add configuration settings.Gravatar bunnei2018-07-311-0/+5
|
* file_util: Use an enum class for GetUserPath()Gravatar Lioncash2018-07-211-1/+1
| | | | | | | | | | | | | 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.
* settings: Turn docked mode off by default.Gravatar bunnei2018-07-171-1/+1
|
* Rename logging macro back to LOG_*Gravatar James Rowe2018-07-021-3/+3
|
* settings: Add a configuration for use_accurate_framebuffers.Gravatar bunnei2018-06-271-0/+2
|
* core: Add a configuration setting for use_multi_core.Gravatar bunnei2018-05-101-0/+1
|
* frontends: Move logging macros over to new fmt-capable onesGravatar Lioncash2018-04-261-3/+3
|
* config: Use simplified checkbox (from Citra) for CPU JIT.Gravatar bunnei2018-03-261-2/+1
|
* config: Rename is_docked to use_docked_mode to be consistent with other ↵Gravatar bunnei2018-03-261-1/+1
| | | | config bools.
* config: Add setting for whether the system is docked or not.Gravatar bunnei2018-03-261-0/+3
|
* yuzu_cmd: change default cpu core to dynarmicGravatar Valentin Vanelslande2018-03-221-1/+1
|
* Format: Run the new clang format on everythingGravatar James Rowe2018-01-201-2/+10
|
* config: Default log filter to trace.Gravatar bunnei2018-01-131-1/+1
|
* Remove settings issues in sdl and fix a few files that broke in mingwGravatar James Rowe2018-01-121-47/+0
|
* Get yuzu sdl to start compilingGravatar James Rowe2018-01-121-2/+3
|
* Massive removal of unused modulesGravatar James Rowe2018-01-121-0/+160