mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 22:25:41 +12:00
10 lines
No EOL
181 B
C++
10 lines
No EOL
181 B
C++
#pragma once
|
|
#include "helpers.hpp"
|
|
|
|
// Configuration memory addresses
|
|
namespace ConfigMem {
|
|
enum : u32 {
|
|
KernelVersionMinor = 0x1FF80002,
|
|
KernelVersionMajor = 0x1FF80003
|
|
};
|
|
} |