| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-09-04 | gl_shader_decompiler: Fixup slow path | ReinUsesLisp | |
| 2019-09-04 | AM: Stub IApplicationFunctions::GetGpuErrorDetectedSystemEvent (#2827) | mailwl | |
| * AM: Implement IApplicationFunctions::GetGpuErrorDetectedSystemEvent * Remove unneeded event clear * Fix event name | |||
| 2019-09-04 | Merge pull request #2829 from Morph1984/audio | bunnei | |
| service/audio/audren_u: Stub IAudioDevice::GetAudioDeviceOutputVolume | |||
| 2019-09-04 | Merge pull request #2444 from FearlessTobi/port-3617-new | bunnei | |
| Port citra-emu/citra#3617: "QT: Add support for multiple game directories" | |||
| 2019-09-04 | configure_dialog: reverse tab map to avoid logic based on ↵ | fearlessTobi | |
| user-facing/translatable text Co-Authored-By: Weiyi Wang <wwylele@gmail.com> | |||
| 2019-09-04 | Fix clang-format | Ethan | |
| 2019-09-04 | Fix uisettings include | fearlessTobi | |
| 2019-09-04 | Limit the size of directory icons, fix text when icon size is none | fearlessTobi | |
| 2019-09-04 | Change QList to QVector | fearlessTobi | |
| 2019-09-04 | Separate UserNand and Sdmc directories | fearlessTobi | |
| 2019-09-04 | Address more trivial review comments | fearlessTobi | |
| 2019-09-04 | Address trivial review comments | fearlessTobi | |
| 2019-09-04 | yuzu: Add support for multiple game directories | fearlessTobi | |
| Ported from https://github.com/citra-emu/citra/pull/3617. | |||
| 2019-09-04 | Add assets and licenses | fearlessTobi | |
| 2019-09-04 | ditto | Morph1984 | |
| Co-Authored-By: David <25727384+ogniK5377@users.noreply.github.com> | |||
| 2019-09-04 | IsVibrationEnabled() as a const member func | Morph1984 | |
| 2019-09-04 | clang-format | Morph1984 | |
| 2019-09-04 | Update npad.h | Morph1984 | |
| 2019-09-04 | Update npad.cpp | Morph1984 | |
| 2019-09-04 | Update hid.h | Morph1984 | |
| 2019-09-04 | Update hid.cpp | Morph1984 | |
| 2019-09-04 | gl_rasterizer: Fix stencil testing | ReinUsesLisp | |
| * Fix stencil dirty flags tracking when stencil is disabled * Attach stencil on clears (previously it only attached depth) * Attach stencil on drawing regardless of stencil testing being enabled | |||
| 2019-09-04 | Revert "Revert #2466" and stub FirmwareCall 4 | ReinUsesLisp | |
| 2019-09-04 | shader/shift: Implement SHR wrapped and clamped variants | ReinUsesLisp | |
| Nvidia defaults to wrapped shifts, but this is undefined behaviour on OpenGL's spec. Explicitly mask/clamp according to what the guest shader requires. | |||
| 2019-09-04 | maxwell_3d: Avoid moving macro_params | ReinUsesLisp | |
| 2019-09-04 | gl_shader_cache: Remove special casing for geometry shaders | ReinUsesLisp | |
| Now that ProgramVariants holds the primitive topology we no longer need to keep track of individual geometry shaders topologies. | |||
| 2019-09-04 | half_set_predicate: Fix predicate assignments | ReinUsesLisp | |
| 2019-09-04 | gl_device: Disable precise in fragment shaders on bugged drivers | ReinUsesLisp | |
| 2019-09-04 | gl_shader_decompiler: Fixup AMD's slow path type | ReinUsesLisp | |
| 2019-09-04 | gl_shader_decompiler: Rework GLSL decompiler type system | ReinUsesLisp | |
| 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. | |||
| 2019-09-04 | Merge pull request #2835 from chris062689/master | David | |
| CI Fix (Azure/Testing) - apt update before upgrade. Use apt-get. | |||
| 2019-09-04 | Changed apt-get upgrade for specific package. | Flame Sage | |
| 2019-09-03 | Add Kernel::EventPair audio_input_device_switch_event; | Morph1984 | |
| 2019-09-04 | apt update before upgrade. Use apt-get. | Flame Sage | |
| 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. | |||
| 2019-09-03 | remove <f32> | Morph1984 | |
| We can remove this since its already a f32 value | |||
| 2019-09-03 | audren_u: Stub IAudioDevice::QueryAudioDeviceInputEvent | Morph1984 | |
| 2019-09-04 | Merge pull request #2708 from DarkLordZach/mii-db-source-crash | David | |
| mii: Handle logging of unknown database source | |||
| 2019-09-03 | explicitly represent 1 as a float (1.0f instead of 1) | Morph1984 | |
| 2019-09-03 | Merge pull request #2793 from ReinUsesLisp/bgr565 | bunnei | |
| renderer_opengl: Implement RGB565 framebuffer format | |||
| 2019-09-03 | Merge pull request #2812 from ReinUsesLisp/f2i-selector | bunnei | |
| shader_ir/conversion: Implement F2I and F2F F16 selector | |||
| 2019-09-03 | Merge pull request #2811 from ReinUsesLisp/fsetp-fix | bunnei | |
| float_set_predicate: Add missing negation bit for the second operand | |||
| 2019-09-03 | Merge pull request #2826 from ReinUsesLisp/macro-binding | bunnei | |
| maxwell_3d: Fix macro binding cursor | |||
| 2019-09-03 | Merge pull request #2831 from FearlessTobi/port-4914 | bunnei | |
| Port citra-emu/citra#4914: "Fix to Windows sleep issues" | |||
| 2019-09-03 | Merge pull request #2832 from FearlessTobi/im-an-idiot | bunnei | |
| configuration/config: Add missing screenshot path read | |||
| 2019-09-03 | Change u32 -> f32 | Morph1984 | |
| Volume is a f32 value. (SwIPC describes it as a u32, but it is actually f32 as corroborated by switchbrew docs and SetAudioDeviceOutputVolume) ```cpp const f32 volume = rp.Pop<f32>(); ``` | |||
| 2019-09-04 | configuration/config: Add missing screenshot path read | fearlessTobi | |
| I missed this in my original PR (https://github.com/yuzu-emu/yuzu/pull/1886). | |||
| 2019-09-03 | Fix to Windows sleep issues | fearlessTobi | |
| Co-Authored-By: Vitor K <vitor-k@users.noreply.github.com> | |||
| 2019-09-03 | Add cancel option to analog stick configuration | fearlessTobi | |
| Co-Authored-By: Vitor K <vitor-k@users.noreply.github.com> | |||
| 2019-09-03 | service/audio/audren_u: Stub IAudioDevice::GetAudioDeviceOutputVolume | Morph1984 | |
| 2019-09-01 | Merge pull request #2765 from FernandoS27/dma-fix | bunnei | |
| MaxwellDMA: Fixes, corrections and relaxations. | |||
