- Aug 21, 2019
-
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
- Aug 18, 2019
- Aug 17, 2019
-
-
James Rowe authored
Fixup! #2772 missed this one file
-
James Rowe authored
-
James Rowe authored
Port citra-emu/citra#4849: "Qt: Fixed behaviour of buttons by connecting functors to correct signals"
-
James Rowe authored
yuzu/CMakeLists: Remove qt5_wrap_ui macro usage
-
- 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.
-
- Aug 04, 2019
-
-
ReinUsesLisp authored
-
- Aug 02, 2019
-
-
Silent authored
Following screens got fixes: - Configure/Debug - Configure/Input
-
Flame Sage authored
ci: Fix Azure PR Builds
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
- Jul 28, 2019
-
-
Zach Hilman authored
-
- Jul 26, 2019
-
-
bunnei authored
Implement GPU Synchronization Mechanisms & Correct NVFlinger
-
ReinUsesLisp authored
-
- Jul 25, 2019
-
-
bunnei authored
video_core/control_flow: Minor changes/warning cleanup
-
bunnei authored
Shader_Ir: Correct tracking to track from right to left
-
bunnei authored
yuzu/main: Make error messages within OnCoreError more localization-friendly
-
bunnei authored
Downgrade and suppress a series of GPU asserts and debug messages.
-
- Jul 24, 2019
-
-
bunnei authored
maxwell3d: Implement Conditional Rendering
-
Zach Hilman authored
Fix README change mistake
-
- Jul 22, 2019
-
-
bunnei authored
gl_rasterizer: Implement compute shaders
-
- Jul 21, 2019
-
-
bunnei authored
Rework Dirty Flags in GPU Pipeline, Optimize CBData and Redo Clearing mechanism
-
Zach Hilman authored
-
- Jul 20, 2019
-
-
Fernando Sahmkow authored
shader/half_set_predicate: Implement missing HSETP2 variants
-
Flame Sage authored
-
Flame Sage authored
-
Flame Sage authored
azure: Fix clang-format and releases
-
Zach Hilman authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
- Jul 19, 2019
-
-
Lioncash authored
Audio devices use the supplied revision information in order to determine if USB audio output is able to be supported. In this case, we can only really handle using this revision information in ListAudioDeviceName(), where it checks if USB audio output is supported before supplying it as a device name. A few other scenarios exist where the revision info is checked, such as: - Early exiting from SetAudioDeviceOutputVolume if USB audio is attempted to be set when that device is unsupported. - Early exiting and returning 0.0f in GetAudioDeviceOutputVolume when USB output volume is queried and it's an unsupported device. - Falling back to AHUB headphones in GetActiveAudioDeviceName when the device type is USB output, but is unsupported based off the revision info. In order for these changes to also be implemented, a few other changes to the interface need to be made. Given we now properly handle everything about ListAudioDeviceName(), we no longer need to describe it as a stubbed function.
-