mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-02-20 02:07:02 +03:00
Consistent capitalization
The release binary was called Jet2.exe (according to the XBE header), so they were apparently capitalizing file names. This was already reflected in objects.csv, but not the source files.
This commit is contained in:
parent
aaddf5213a
commit
58a2dbb2fb
5 changed files with 2 additions and 2 deletions
1
src/Core.cpp
Normal file
1
src/Core.cpp
Normal file
|
|
@ -0,0 +1 @@
|
|||
#include "Core.hpp"
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
#include "core.hpp"
|
||||
#include "Core.hpp"
|
||||
|
||||
|
||||
// Address: 0x0022FCE0
|
||||
|
|
@ -1 +0,0 @@
|
|||
#include "core.hpp"
|
||||
Loading…
Add table
Add a link
Reference in a new issue