fearlessTobi
7377afca3a
Add audio stretching support
7 years ago
Zach Hilman
d55a54e117
settings: Save and load NAND/SD dirs from config
7 years ago
fearlessTobi
fc6901c205
Port #3353 from Citra
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
e159c550d8
Rename logging macro back to LOG_*
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
Lioncash
ef3129bf7a
frontends: Move logging macros over to new fmt-capable ones
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
Valentin Vanelslande
96b4fc4206
yuzu_cmd: change default cpu core to dynarmic
8 years ago
James Rowe
ea88c44eb8
Format: Run the new clang format on everything
8 years ago
bunnei
e443f7a301
config: Default log filter to trace.
8 years ago
James Rowe
d0588e52ab
Remove settings issues in sdl and fix a few files that broke in mingw
8 years ago
James Rowe
41830b061a
Get yuzu sdl to start compiling
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
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
chris062689
b3426b6b51
Changing default values for bg_red, bg_green, and bg_blue from 1.0 to 0.0.
9 years ago
Yuri Kunde Schlesner
c201307b74
Citra: Convert include into forward declaration
9 years ago
wwylele
ffb582ff3b
InputCommon: add AnalogFromButton
9 years ago
wwylele
189063ac2d
InputCommon: add Keyboard
9 years ago
SonofUgly
4cb28deee5
Add custom layout settings.
9 years ago
Kloen Lansfiel
637f58dd1e
SDL: Select audio device ( #2403 )
* Initial Commit
Added Device logic to Sinks
Started on UI for selecting devices
Removed redundant import
* Audio Core: Complete Device Switching
Complete the device switching implementation by allowing the output
device to be loaded, changed and saved through the configurations menu.
Worked with the Sink abstraction and tuned the "Device Selection"
configuration so that the Device List is automatically populated when
the Sink is changed.
This hopefully addresses the concerns and recommendations mentioned in
the comments of the PR.
* Clean original implementation.
* Refactor GetSinkDetails
9 years ago
Kloen
b9a0167e86
SDL2: Config.cpp fix double to float warning
9 years ago
wwylele
caee572f78
CAM: implement basic camera functions with a blank camera
9 years ago
bunnei
d2a2789dda
config: Add option for specifying screen resolution scale factor.
9 years ago
wwylele
a88ec032cd
Config: auto-select region and language
9 years ago
emmauss
4865993e6f
Implement Frame rate limiter ( #2223 )
* implement frame limiter
* fixes
9 years ago
Emmanuel Gil Peyrot
87d3afe635
GPU: Remove the broken frame_skip option.
Fixes #1960 .
9 years ago
James Rowe
72786d410e
Add default hotkey to swap primary screens.
Also minor style changes
9 years ago
James Rowe
08f830fed4
Support additional screen layouts.
Allows users to choose a single screen layout or a large screen layout.
Adds a configuration option to change the prominent screen.
10 years ago
Yuri Kunde Schlesner
fa5d9d8266
Use negative priorities to avoid special-casing the self-include
9 years ago
Emmanuel Gil Peyrot
1138ec0d49
Remove empty newlines in #include blocks.
This makes clang-format useful on those.
Also add a bunch of forgotten transitive includes, which otherwise
prevented compilation.
9 years ago
Emmanuel Gil Peyrot
628ed4376a
Sources: Run clang-format on everything.
9 years ago
bunnei
678aa9b0f0
core: Add configuration option for CPU JIT.
9 years ago
MerryMage
0984c45a3f
configure_audio: User-configuratble option to enable/disable audio stretching
9 years ago
bunnei
cfefb55db2
config: Add a setting for graphics V-Sync.
9 years ago
bunnei
c122148bd4
citra: Default to HW renderer.
9 years ago
bunnei
588e3c253f
New3DS: Minor style cleanup to #1520 .
10 years ago