- 27 Jan, 2017 3 commits
-
-
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
-
- 26 Jan, 2017 17 commits
-
-
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
-
- 24 Jan, 2017 2 commits
-
-
Yuri Kunde Schlesner authored
Fixing some MSVC warnings
-
Kloen Lansfiel authored
-
- 23 Jan, 2017 6 commits
- 22 Jan, 2017 2 commits
- 21 Jan, 2017 2 commits
- 20 Jan, 2017 2 commits
- 19 Jan, 2017 1 commit
-
-
Yuri Kunde Schlesner authored
loader: Add support for 3DSX special relocation types
-
- 18 Jan, 2017 1 commit
-
-
Thomas Farr authored
As per devkitPro/3dstools@47bea18
-
- 16 Jan, 2017 3 commits
-
-
Yuri Kunde Schlesner authored
HID: manages updating itself using correct ticks
-
wwylele authored
-
wwylele authored
-
- 14 Jan, 2017 1 commit
-
-
mailwl authored
Tested on: Mini-Mario & Friends - amiibo Challenge
-