- Feb 14, 2020
- Feb 09, 2020
-
-
Morph authored
-
- Jan 29, 2020
-
-
ReinUsesLisp authored
Adds a Qt and SDL2 frontend for Vulkan. It also finishes the missing bits on Vulkan initialization.
-
ReinUsesLisp authored
-
- Jan 23, 2020
-
-
FearlessTobi authored
-
fearlessTobi authored
An implementation of the cemuhook motion/touch protocol, this adds the ability for users to connect several different devices to citra to send direct motion and touch data to citra. Co-Authored-By:
jroweboy <jroweboy@gmail.com>
-
- Jan 20, 2020
-
-
bunnei authored
- We have some important audio settings, makes them more discoverable.
-
- Jan 19, 2020
-
-
Bartosz Kaszubowski authored
GUI/gamelist: add "None" as an option for second row and remove dynamically duplicate row options (#3309) * GUI/gamelist: add "None" as an option for second row and remove duplicated row options * fix clang-format warnings
-
- Jan 12, 2020
-
-
Bartosz Kaszubowski authored
-
- Jan 03, 2020
- Nov 09, 2019
-
-
bunnei authored
-
- Oct 10, 2019
-
-
FreddyFunk authored
-
FreddyFunk authored
-
- Oct 04, 2019
-
-
ReinUsesLisp authored
-
- Oct 02, 2019
-
-
Zach Hilman authored
-
- Sep 30, 2019
-
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
Also displays current events if boxcat is selected.
-
Zach Hilman authored
-
- Sep 26, 2019
-
-
FearlessTobi authored
Co-Authored-By:
Vitor K <vitor-k@users.noreply.github.com>
-
- Sep 22, 2019
-
-
FearlessTobi authored
-
- Sep 21, 2019
-
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
- Sep 17, 2019
-
-
Morph authored
-
- Sep 10, 2019
-
-
fearlessTobi authored
Co-Authored-By:
jroweboy <jroweboy@gmail.com>
-
- Sep 05, 2019
-
-
FearlessTobi authored
The speed limiter being a frame limiter is an implmentation detail and can be changed in the future. What user care about is that it limit the emulation speed in genenral (not just graphics but also audio+input) Co-Authored-By:
Weiyi Wang <wwylele@gmail.com>
-
- Sep 04, 2019
-
-
fearlessTobi authored
Co-Authored-By:
Weiyi Wang <wwylele@gmail.com>
-
fearlessTobi authored
-
fearlessTobi authored
-
fearlessTobi authored
Ported from https://github.com/citra-emu/citra/pull/3617.
-
fearlessTobi authored
I missed this in my original PR (https://github.com/yuzu-emu/yuzu/pull/1886).
-
- Sep 03, 2019
-
-
fearlessTobi authored
Co-Authored-By:
Vitor K <vitor-k@users.noreply.github.com>
-
- Aug 09, 2019
-
-
Lioncash authored
We can simply enable CMAKE_AUTOUIC and let CMake take care of handling the UI code generation for targets. As part of letting CMake automatically handle the header file parsing, we must not name includes with "ui_*" unless they're related to the output of the Qt UIC compiler. Because of this, we need to rename ui_settings, given it would conflict with this restriction.
-