xenia-canary/src/xenia/kernel
Gliniak b36fce858e [XAM] Removed code related to buffer clear
Some games have hardcoded buffer size which doesn't match real size
2019-12-14 16:37:26 +01:00
..
util Merge branch 'profile-gpds-rebase' of https://github.com/emoose/xenia into canary 2019-12-01 04:00:00 -05:00
xam [XAM] Removed code related to buffer clear 2019-12-14 16:37:26 +01:00
xbdm [CPU/Kernel] Cleanup and rework of how kernel exports are declared. 2018-11-20 13:03:17 -06:00
xboxkrnl [Kernel/Sketchy] Implemented NtQueueApcThread 2019-12-04 20:32:02 +01:00
debug_visualizers.natvis Switching to premake. Probably with disasterous consequences. 2015-07-18 16:00:01 -07:00
kernel_flags.cc Clean up cvars (rename, recategorize). 2019-08-03 23:46:03 -05:00
kernel_flags.h Replace all gflag implementations with cvar implementations 2019-08-03 02:34:07 +02:00
kernel_module.cc Merge branch 'get-proc-address-by-ordinal' of https://github.com/CookiePLMonster/xenia into canary 2019-12-01 04:00:22 -05:00
kernel_module.h Split out trampoline generation to make it reusable. 2016-06-18 13:41:49 -05:00
kernel_state.cc Merge branch 'xex-unload-image' of https://github.com/CookiePLMonster/xenia into canary 2019-12-01 03:49:36 -05:00
kernel_state.h Merge branch 'xex-unload-image' of https://github.com/CookiePLMonster/xenia into canary 2019-12-01 03:49:36 -05:00
premake5.lua Get rid of gflags alltogether 2019-08-03 02:34:19 +02:00
user_module.cc title update fixup - breaks xex1 temporarily 2019-12-06 11:57:48 -05:00
user_module.h [Memory] Add HostToGuestVirtual and use it in a couple of places 2019-08-13 23:49:49 +03:00
xenumerator.cc [Kernel] Use type constant instead of type enum when calling base constructor. 2019-07-29 13:53:44 -05:00
xenumerator.h [Kernel] Remove item limit from enumerators, fixes #1255 2018-11-07 22:47:59 +00:00
xevent.cc [Kernel] Use type constant instead of type enum when calling base constructor. 2019-07-29 13:53:44 -05:00
xevent.h [Kernel] Fix timeout in NtWaitForMultipleObjectsEx. 2018-11-25 11:06:57 -06:00
xfile.cc [Kernel] Use type constant instead of type enum when calling base constructor. 2019-07-29 13:53:44 -05:00
xfile.h [Kernel] Add support for XFileEndOfFileInformation. 2018-05-23 04:24:37 -05:00
xiocompletion.cc [Kernel] Use type constant instead of type enum when calling base constructor. 2019-07-29 13:53:44 -05:00
xiocompletion.h Rewrite XIOCompletion::WaitForNotification 2016-08-06 18:14:26 -05:00
xmodule.cc [Kernel] Use type constant instead of type enum when calling base constructor. 2019-07-29 13:53:44 -05:00
xmodule.h Update documentation. 2018-11-22 09:20:09 -06:00
xmutant.cc [Kernel] Use type constant instead of type enum when calling base constructor. 2019-07-29 13:53:44 -05:00
xmutant.h Make XObject::GetWaitHandle a protected function 2015-12-29 13:09:55 -08:00
xnotifylistener.cc [Kernel] More adjustment to XNotification spam filter 2019-12-05 09:37:13 -05:00
xnotifylistener.h [Kernel] Make XNotifyListener::notifications_ a std::vector, allowing multiple to use the same ID. 2019-08-04 03:55:57 +01:00
xobject.cc Merge branch 'profile-gpds-rebase' of https://github.com/emoose/xenia into canary 2019-12-01 04:00:00 -05:00
xobject.h Merge branch 'profile-gpds-rebase' of https://github.com/emoose/xenia into canary 2019-12-01 04:00:00 -05:00
xsemaphore.cc Fix XSemaphores saving/restoring a bad counter 2015-12-29 13:09:59 -08:00
xsemaphore.h [Kernel] Fix timeout in NtWaitForMultipleObjectsEx. 2018-11-25 11:06:57 -06:00
xsocket.cc [Kernel] Use type constant instead of type enum when calling base constructor. 2019-07-29 13:53:44 -05:00
xsocket.h Update documentation. 2018-11-22 09:20:09 -06:00
xsymboliclink.cc [Kernel] Add XSymbolicLink. 2019-07-29 17:52:46 -05:00
xsymboliclink.h [Kernel] Add XSymbolicLink. 2019-07-29 17:52:46 -05:00
xthread.cc Merge remote-tracking branch 'JoelLinn/fix-cpu-clock' into canary 2019-12-01 04:00:22 -05:00
xthread.h Remove unnecessary usage of xe::be. 2018-05-27 16:35:01 -05:00
xtimer.cc [Kernel] Use type constant instead of type enum when calling base constructor. 2019-07-29 13:53:44 -05:00
xtimer.h Make XObject::GetWaitHandle a protected function 2015-12-29 13:09:55 -08:00