mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-28 05:06:42 +00:00
Reformat all the things!
This commit is contained in:
parent
d27e85e9d7
commit
40bb9974f2
179 changed files with 1888 additions and 991 deletions
|
@ -28,6 +28,7 @@ public:
|
|||
u32 GetEntryPoint() const override { return m_dolheader.entryPoint; }
|
||||
bool LoadIntoMemory(bool only_in_mem1 = false) const override;
|
||||
bool LoadSymbols() const override { return false; }
|
||||
|
||||
private:
|
||||
enum
|
||||
{
|
||||
|
|
|
@ -63,6 +63,7 @@ public:
|
|||
SectionID GetSectionByName(const char* name, int firstSection = 0) const; //-1 for not found
|
||||
|
||||
bool DidRelocate() const { return bRelocate; }
|
||||
|
||||
private:
|
||||
void Initialize(u8* bytes);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue