yuzu/src/core/hle
Yuri Kunde Schlesner a1f08788d9 Archive: Correct a few incorrect types in function signatures
Buffer lengths should be size_t, and file offsets should be u64.
2015-07-13 21:10:12 -03:00
..
applets Core: Fix applet includes using iwyu. 2015-07-12 22:10:37 +01:00
kernel Merge pull request #921 from linkmauve/fix-applet 2015-07-12 17:25:55 -04:00
service Archive: Correct a few incorrect types in function signatures 2015-07-13 21:10:12 -03:00
config_mem.cpp Memory: Read ConfigMem directly from Memory::Read 2015-05-15 00:04:39 -03:00
config_mem.h Memory: Read ConfigMem directly from Memory::Read 2015-05-15 00:04:39 -03:00
function_wrappers.h kernel: Fix svcWaitSynch to always acquire requested wait objects. 2015-06-16 22:34:39 -04:00
hle.cpp Common: Cleanup key_map includes. 2015-06-28 00:36:54 +01:00
hle.h
result.h Common: Cleanup key_map includes. 2015-06-28 00:36:54 +01:00
shared_page.cpp Core: Cleanup core includes. 2015-06-28 00:36:54 +01:00
shared_page.h Core: Cleanup core includes. 2015-06-28 00:36:54 +01:00
svc.cpp kernel: Fix svcWaitSynch to always acquire requested wait objects. 2015-06-16 22:34:39 -04:00
svc.h