- Feb 23, 2017
-
-
SonofUgly authored
-
- Jan 28, 2017
-
-
Yuri Kunde Schlesner authored
Switch ComputeHash64 len param to size_t instead of int
-
Yuri Kunde Schlesner authored
Updated nihstro to latest master. Fix warning on MSVC
-
Kloen authored
-
Kloen authored
-
Kloen authored
-
- Jan 27, 2017
-
-
James Rowe authored
fixed the override warning
-
noah the goodra authored
``` In file included from citra/src/audio_core/sink_details.cpp:11: citra/src/./audio_core/sdl2_sink.h:25:10: warning: 'SetDevice' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void SetDevice(int device_id); ^ citra/src/./audio_core/sink.h:39:18: note: overridden virtual function is here virtual void SetDevice(int device_id) = 0; ^ ```
-
Yuri Kunde Schlesner authored
More shader refactoring
-
- Jan 26, 2017
-
-
Kloen Lansfiel authored
* Initial Commit Added Device logic to Sinks Started on UI for selecting devices Removed redundant import * Audio Core: Complete Device Switching Complete the device switching implementation by allowing the output device to be loaded, changed and saved through the configurations menu. Worked with the Sink abstraction and tuned the "Device Selection" configuration so that the Device List is automatically populated when the Sink is changed. This hopefully addresses the concerns and recommendations mentioned in the comments of the PR. * Clean original implementation. * Refactor GetSinkDetails
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
This doesn't belong in LoadInputVertex because it also happens for non-VS invocations. Since it's not used by the JIT it seems adequate to initialize it in the interpreter which is the only thing that cares about them.
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
Currently there's only a single dummy implementation, which will be split in a following commit.
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
This removes all implicit dependency of ShaderState on global PICA state.
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
Service/NFC: stub some functions
-
- Jan 24, 2017
-
-
Yuri Kunde Schlesner authored
Fixing some MSVC warnings
-
Kloen Lansfiel authored
-
- Jan 23, 2017
- Jan 22, 2017
- Jan 21, 2017
- Jan 20, 2017