mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
[Kernel] Changed default notification position
This commit is contained in:
parent
0ec65be5ff
commit
202ab76300
|
|
@ -233,7 +233,7 @@ class KernelState {
|
||||||
bool Save(ByteStream* stream);
|
bool Save(ByteStream* stream);
|
||||||
bool Restore(ByteStream* stream);
|
bool Restore(ByteStream* stream);
|
||||||
|
|
||||||
uint32_t notification_position_ = 0;
|
uint32_t notification_position_ = 2;
|
||||||
private:
|
private:
|
||||||
void LoadKernelModule(object_ref<KernelModule> kernel_module);
|
void LoadKernelModule(object_ref<KernelModule> kernel_module);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue