- Sep 05, 2019
-
-
David authored
Port citra-emu/citra#4877: "citra_qt: on osx chdir to bundle dir to allow detection of user folder"
-
David authored
half_set_predicate: Fix HSETP2 predicate assignments
-
David authored
es: Implement various ticket accessor commands from IEticketService
-
FearlessTobi authored
-
David authored
Port citra-emu/citra#4866: "configure_dialog: reverse tab map to avoid logic based on user-facing/translatable text"
-
David authored
system_archive: Add open-source reimplementation of MiiModel data
-
David authored
Port citra-emu/citra#4864: "yuzu/configure: move speed limiter to general"
-
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
-
-
David authored
Port citra-emu/citra#4911: "Add cancel option to analog stick configuration"
-
David authored
audren_u: Stub IAudioDevice::QueryAudioDeviceInputEvent
-
David authored
hid: Implement PermitVibration and IsVibrationPermitted
-
David authored
externals: update fmt to 6.0.0
-
bunnei authored
gl_shader_decompiler: Rework GLSL decompiler type system
-
ReinUsesLisp authored
-
mailwl authored
* AM: Implement IApplicationFunctions::GetGpuErrorDetectedSystemEvent * Remove unneeded event clear * Fix event name
-
bunnei authored
service/audio/audren_u: Stub IAudioDevice::GetAudioDeviceOutputVolume
-
bunnei authored
Port citra-emu/citra#3617: "QT: Add support for multiple game directories"
-
fearlessTobi authored
Co-Authored-By:
Weiyi Wang <wwylele@gmail.com>
-
Ethan authored
-
fearlessTobi authored
-
fearlessTobi authored
-
fearlessTobi authored
-
fearlessTobi authored
-
fearlessTobi authored
-
fearlessTobi authored
-
fearlessTobi authored
Ported from https://github.com/citra-emu/citra/pull/3617.
-
fearlessTobi authored
-
Morph1984 authored
Co-Authored-By:
David <25727384+ogniK5377@users.noreply.github.com>
-
Morph1984 authored
-
Morph1984 authored
-
Morph1984 authored
-
Morph1984 authored
-
Morph1984 authored
-
Morph1984 authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
GLSL decompiler type system was broken. We converted all return values to float except for some cases where returning we couldn't and implicitly broke the rule of returning floats (e.g. for bools or bool pairs). Instead of doing this introduce class Expression that knows what type a return value has and when a consumer wants to use the string it asks for it with a required type, emitting a runtime error if types are incompatible. This has the disadvantage that there's more C++ code, but we can emit better GLSL code that's easier to read.
-
David authored
CI Fix (Azure/Testing) - apt update before upgrade. Use apt-get.
-
Flame Sage authored
-