We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dfe2cd commit 4dcfa67Copy full SHA for 4dcfa67
1 file changed
src/main.cpp
@@ -48,6 +48,8 @@ struct Entry
48
};
49
50
// data
51
+constexpr uint32_t PSEXE_OFFSET(uint32_t offset) { return offset - 0x90000; }
52
+
53
constexpr VersionData SLUS_DATA = {
54
.psexePath = "SLUS_010.32",
55
.alltimPath = "CHDAT/ALLTIM.TIM",
@@ -65,7 +67,6 @@ constexpr VersionData SLPS_DATA = {
65
67
66
68
69
// functions
-constexpr uint32_t PSEXE_OFFSET(uint32_t offset) { return offset - 0x90000; }
70
71
template<typename T> std::vector<T> readFileAsVector(std::filesystem::path path)
72
{
0 commit comments