- Feb 05, 2018
- Feb 04, 2018
- Jan 25, 2018
-
-
st4rk authored
* Updated the audout:u and IAudioOut, now it might work with RetroArch without trigger an assert, however it's not the ideal implementation * Updated the audout:u and IAudioOut, now it might work with RetroArch without trigger an assert, however it's not the ideal implementation * audout:u OpenAudioOut implementation and IAudioOut cmd 1,2,3,4,5 implementation * using an enum for audio_out_state as well as changing its initialize to member initializer list * Minor fixes, added Service_Audio for LOG_*, changed PcmFormat enum to EnumClass * Minor fixes, added Service_Audio for LOG_*, changed PcmFormat enum to EnumClass * added missing Audio loggin subclass, minor fixes, clang comment breakline * Solving backend logging conflict * minor fix * Fixed duplicated Service NVDRV in backend.cpp, my bad
-
- Jan 24, 2018
-
-
Rozlette authored
-
- Jan 20, 2018
-
-
James Rowe authored
-
- Jan 17, 2018
-
-
bunnei authored
-
- Oct 23, 2017
-
-
bunnei authored
-
- Oct 15, 2017
-
-
bunnei authored
-
- Oct 10, 2017
-
-
bunnei authored
-
- Jul 10, 2017
-
-
bunnei authored
-
- Jul 07, 2017
-
-
B3n30 authored
* Added support for network with ENet lib, connecting is possible, but data can't be sent, yet. * fixup! Added support for network with ENet lib, * fixup! CLang * fixup! Added support for network with ENet lib, * fixup! Added support for network with ENet lib, * fixup! Clang format * More fixups! * Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Clang again * fixup! Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Moved ENetHost* and ENetPeer* into pimpl classes
-
- Mar 01, 2017
-
-
wwylele authored
-
- Feb 21, 2017
-
-
wwylele authored
-
- Feb 14, 2017
-
-
noah the goodra authored
-
- Dec 30, 2016
-
-
mailwl authored
Fix Fatal Error in Mini-Mario & Friends - amiibo Challenge
-
- Dec 12, 2016
-
-
mailwl authored
-
- Nov 25, 2016
-
-
mailwl authored
-
- Oct 02, 2016
-
-
JamePeng authored
-
- Sep 21, 2016
-
-
Yuri Kunde Schlesner authored
-
Emmanuel Gil Peyrot authored
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
-
- Sep 18, 2016
-
-
Emmanuel Gil Peyrot authored
-
- Jun 25, 2016
-
-
scurest authored
-
- May 07, 2016
-
-
MerryMage authored
-
- Apr 02, 2016
-
-
exhalatio authored
-
- Mar 31, 2016
-
-
mailwl authored
-
- Mar 27, 2016
-
-
mailwl authored
-
- Mar 14, 2016
-
-
JamePeng authored
SuspendDaemons , ResumeDaemons , OverrideDefaultDaemons The NDM file move to /core/hle/service/ndm/ now!
-
- Feb 26, 2016
-
-
mailwl authored
-
- Feb 21, 2016
-
-
MerryMage authored
This commit: * Adds a new subproject, audio_core. * Defines structures that exist in DSP shared memory. * Hooks up various other parts of the emulator into audio core. This sets the foundation for a later HLE DSP implementation.
-
- Nov 23, 2015
-
-
Subv authored
Followup to #1102 Original author @mailwl
-
- Oct 04, 2015
-
-
polaris- authored
-
- Sep 20, 2015
-
-
polaris- authored
-
- Aug 15, 2015
-
-
Benjamin Barenblat authored
Add a case of `Log::Class::Count` to the switch statement that dispatches on `Log::Class`. The case simply calls the `UNREACHABLE` macro.
-
- Aug 02, 2015
-
-
Benjamin Barenblat authored
Use the UNREACHABLE macro instead of `ASSERT(false, ...);`.
-
Benjamin Barenblat authored
Add a case of `Log::Level::Count` to all switch statements that dispatch on `Log::Level`. The case simply asserts `false` and notes the invalid log level.
-
- Jun 12, 2015
-
-
purpasmart96 authored
-
- May 22, 2015
-
-
Yuri Kunde Schlesner authored
Implements unrotated planar YUV 4:2:0 -> RGB24 conversions in Y2R. Currently only the Y (luma) channel is used, so the results don't contain color. This will be added in a later PR at some point. This is enough to get all currently know Moflex videos to decode. (Some don't display on-screen due to seemingly unrelated reasons.) Thanks to @archshift for doing the initial implementation which I cleaned up and then fixed the 8x8 block mode.
-