General: Initial Setup for Single Core.

This commit is contained in:
Fernando Sahmkow 2020-03-08 22:39:41 -04:00
parent 391f5f360d
commit ab9aae28bf
8 changed files with 232 additions and 38 deletions

View file

@ -65,6 +65,9 @@ public:
KernelCore(KernelCore&&) = delete;
KernelCore& operator=(KernelCore&&) = delete;
/// Sets if emulation is multicore or single core, must be set before Initialize
void SetMulticore(bool is_multicore);
/// Resets the kernel to a clean slate for use.
void Initialize();