wwylele
|
fced3273c1
|
ir: implement new 3ds HID via ir:rst
|
9 years ago |
wwylele
|
eef121c30a
|
ir: implement circle pad pro
|
9 years ago |
wwylele
|
74b1bf38fe
|
HID: use ButtonDevice
|
9 years ago |
noah the goodra
|
f91bebc7e5
|
removed the possibly uneeded cast on values.gdbstub_port
as far as i could tell this cast is unneeded because [GDBStub::SetServerPort](https://github.com/citra-emu/citra/blob/master/src/core/gdbstub/gdbstub.cpp#L897) takes a u16 and [values.gdbstub_port](https://github.com/citra-emu/citra/blob/master/src/core/settings.h#L116) is already a u16
|
9 years ago |
bunnei
|
d2a2789dda
|
config: Add option for specifying screen resolution scale factor.
|
9 years ago |
MerryMage
|
4aaaea9758
|
core: Move emu_window and key_map into core
* Removes circular dependences (common should not depend on core)
|
9 years ago |
emmauss
|
4865993e6f
|
Implement Frame rate limiter (#2223)
* implement frame limiter
* fixes
|
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 |
MerryMage
|
0984c45a3f
|
configure_audio: User-configuratble option to enable/disable audio stretching
|
9 years ago |
MerryMage
|
aa47fc2406
|
Audio: Add sink selection to configuration files
|
10 years ago |
tfarley
|
621cf30b24
|
Config: Add scaled resolution option
|
10 years ago |
Jannik Vogel
|
ce26f4c099
|
CitraQt: Apply config at startup
|
10 years ago |
purpasmart96
|
ebfd831ccb
|
License change
|
11 years ago |
archshift
|
e6594f9f53
|
Added configuration file system.
Uses QSettings on citra-qt, and inih on citra-cli.
|
11 years ago |