yuzu-fork/src/core/hle/kernel
MerryMage 8b00954ec7 AudioCore: Skeleton Implementation
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.
2016-02-21 13:13:52 +00:00
..
address_arbiter.cpp SVC: Fixed ArbitrateAddress to behave as it does on hardware. 2015-12-27 18:44:42 -05:00
address_arbiter.h Kernel: Stop creating useless Handles during object creation 2015-02-02 15:37:09 -02:00
event.cpp Kernel: Remove unused member from Event 2015-07-11 23:49:51 -03:00
event.h Kernel: Remove unused member from Event 2015-07-11 23:49:51 -03:00
kernel.cpp Kernel: Add more infrastructure to support different memory layouts 2015-08-16 01:03:47 -03:00
kernel.h Kernel: Add CodeSet case to Object::IsWaitable 2015-07-12 18:15:16 -03:00
memory.cpp AudioCore: Skeleton Implementation 2016-02-21 13:13:52 +00:00
memory.h Kernel: Implement svcGetSystemInfo 2015-11-30 19:49:44 -08:00
mutex.cpp kernel: Fix svcWaitSynch to always acquire requested wait objects. 2015-06-16 22:34:39 -04:00
mutex.h General: Fix up doxygen comments 2015-09-10 11:20:21 -04:00
process.cpp BitField: Make trivially copyable and remove assignment operator 2016-02-12 19:51:16 +00:00
process.h Kernel: Implement svcGetProcessInfo in a basic way 2015-08-16 01:03:48 -03:00
resource_limit.cpp Memory: Move address type conversion routines to memory.cpp/h 2015-08-16 01:03:46 -03:00
resource_limit.h Remove every trailing whitespace from the project (but externals). 2015-05-29 21:59:29 +01:00
semaphore.cpp kernel: Fix svcWaitSynch to always acquire requested wait objects. 2015-06-16 22:34:39 -04:00
semaphore.h General: Fix up doxygen comments 2015-09-10 11:20:21 -04:00
session.cpp Explicitly instantiate constructors/destructors for Kernel objects 2015-02-02 15:37:07 -02:00
session.h Common: Cleanup key_map includes. 2015-06-28 00:36:54 +01:00
shared_memory.cpp HLE/SVC: Implement UnmapMemoryBlock. 2016-01-14 11:29:19 -05:00
shared_memory.h HLE/SVC: Implement UnmapMemoryBlock. 2016-01-14 11:29:19 -05:00
thread.cpp SVC: Fixed ArbitrateAddress to behave as it does on hardware. 2015-12-27 18:44:42 -05:00
thread.h General: Fix up doxygen comments 2015-09-10 11:20:21 -04:00
timer.cpp HLE/Timers: Reset OneShot timers when they are acquired instead of when they're triggered. 2015-12-29 20:35:25 -05:00
timer.h Kernel: Stop creating useless Handles during object creation 2015-02-02 15:37:09 -02:00
vm_manager.cpp Memory: Implement MMIO 2016-01-30 18:41:04 +00:00
vm_manager.h Memory: Implement MMIO 2016-01-30 18:41:04 +00:00