1
0
Fork 0
forked from suyu/suyu
suyu/src
Lioncash ecd3afdc8e service/am: Unstub SetExpectedMasterVolume()
This function passes in the desired main applet and library applet
volume levels. We can then just pass those values back within the
relevant volume getter functions, allowing us to unstub those as well.

The initial values for the library and main applet volumes differ. The
main applet volume is 0.25 by default, while the library applet volume
is initialized to 1.0 by default in the services themselves.
2019-03-18 09:18:34 -04:00
..
audio_core audio_core/cubeb_sink: Convert _MSC_VER ifdefs to _WIN32 2019-03-09 18:06:23 -05:00
common core: Move PageTable struct into Common. 2019-03-16 22:05:40 -04:00
core service/am: Unstub SetExpectedMasterVolume() 2019-03-18 09:18:34 -04:00
input_common fixup! Joystick: Allow for background events; Add deadzone to SDLAnalog 2019-03-02 19:12:46 +01:00
tests core: Move PageTable struct into Common. 2019-03-16 22:05:40 -04:00
video_core gl_rasterizer: Skip zero addr/sized regions on flush/invalidate. 2019-03-16 22:03:19 -04:00
web_service web_service: Remove unnecessary inclusions 2019-03-02 14:58:49 -05:00
yuzu video_core: Refactor to use MemoryManager interface for all memory access. 2019-03-16 00:38:48 -04:00
yuzu_cmd Merge pull request #2187 from FearlessTobi/port-sdl-things 2019-03-13 11:46:57 -04:00
.clang-format
CMakeLists.txt