suyu/src/core
Morph1984 b1ca56bed2
Change u32 -> f32
Volume is a f32 value. (SwIPC describes it as a u32, but it is actually f32 as corroborated by switchbrew docs and SetAudioDeviceOutputVolume)

 ```cpp
const f32 volume = rp.Pop<f32>();
```
2019-09-03 22:30:20 -04:00
..
arm core: Remove CurrentArmInterface() global accessor 2019-07-12 21:48:49 -04:00
crypto
file_sys Implement MapPhysicalMemory/UnmapPhysicalMemory 2019-07-07 11:45:53 -07:00
frontend general_frontend: Add documentation for parental controls and ecommerce applets 2019-06-24 20:05:11 -04:00
gdbstub
hle Change u32 -> f32 2019-09-03 22:30:20 -04:00
loader VM_Manager: Align allocated memory to 256bytes 2019-07-19 10:06:08 -04:00
tools
CMakeLists.txt Merge pull request #2592 from FernandoS27/sync1 2019-07-26 14:26:44 -04:00
constants.cpp
constants.h
core.cpp Merge pull request #2592 from FernandoS27/sync1 2019-07-26 14:26:44 -04:00
core.h Merge pull request #2592 from FernandoS27/sync1 2019-07-26 14:26:44 -04:00
core_cpu.cpp yuzu: Remove setting for using Unicorn 2019-07-11 05:59:13 -04:00
core_cpu.h
core_timing.cpp
core_timing.h
core_timing_util.cpp
core_timing_util.h
cpu_core_manager.cpp
cpu_core_manager.h
hardware_interrupt_manager.cpp NVServices: Styling, define constructors as explicit and corrections 2019-07-05 15:49:32 -04:00
hardware_interrupt_manager.h NVServices: Styling, define constructors as explicit and corrections 2019-07-05 15:49:32 -04:00
memory.cpp memory: Remove unused includes 2019-07-06 02:24:34 -04:00
memory.h memory: Remove unused PageTable forward declaration 2019-07-06 02:24:34 -04:00
memory_setup.h
perf_stats.cpp
perf_stats.h
reporter.cpp Merge pull request #2642 from DarkLordZach/fsp-log-2 2019-07-07 21:39:40 -04:00
reporter.h Merge pull request #2642 from DarkLordZach/fsp-log-2 2019-07-07 21:39:40 -04:00
settings.cpp yuzu: Remove setting for using Unicorn 2019-07-11 05:59:13 -04:00
settings.h yuzu: Remove setting for using Unicorn 2019-07-11 05:59:13 -04:00
telemetry_session.cpp yuzu: Remove setting for using Unicorn 2019-07-11 05:59:13 -04:00
telemetry_session.h