- Sep 05, 2019
-
-
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"
-
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
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
-
Morph1984 authored
-
Flame Sage authored
Identified a bug in the script which uses the azure image when attempting to upgrade python3-pip. Package index was out of date because apt-get update was not ran before attempting the upgrade.
-
Morph1984 authored
We can remove this since its already a f32 value
-
Morph1984 authored
-
David authored
mii: Handle logging of unknown database source
-
Morph1984 authored
-
bunnei authored
renderer_opengl: Implement RGB565 framebuffer format
-
bunnei authored
shader_ir/conversion: Implement F2I and F2F F16 selector
-