- 30 Jan, 2017 1 commit
-
-
Kloen authored
-
- 29 Jan, 2017 12 commits
-
-
Yuri Kunde Schlesner authored
core: inline CPU, 132 warnings fixed on GCC
-
Yuri Kunde Schlesner authored
Fix OSX build warnings about unhandled enumeration values.
-
Yuri Kunde Schlesner authored
video_core: silence unused-local-typedef boost related warnings on GCC
-
Kloen authored
-
Kloen authored
citra: add missing control paths for ResultStatus on rom load. Fix warning about unhandled enumeration values on OSX
-
Kloen authored
-
Kloen authored
-
Kloen authored
-
Kloen authored
-
Kloen authored
-
Yuri Kunde Schlesner authored
core: emu_window.cpp, fix conversion warnings from float to s16 on MSVC
-
Kloen authored
-
- 28 Jan, 2017 5 commits
-
-
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
-
- 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
-