Skip to content

Commit

Permalink
Remove OSExec
Browse files Browse the repository at this point in the history
This TU exists in TP but not TWW
  • Loading branch information
LagoLunatic committed Jul 8, 2024
1 parent 42d942d commit a09fe96
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 333 deletions.
3 changes: 1 addition & 2 deletions include/dolphin/os/OS.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#include "dolphin/os/OSCache.h"
#include "dolphin/os/OSContext.h"
#include "dolphin/os/OSError.h"
#include "dolphin/os/OSExec.h"
#include "dolphin/os/OSFont.h"
#include "dolphin/os/OSInterrupt.h"
#include "dolphin/os/OSLink.h"
Expand Down Expand Up @@ -229,7 +228,7 @@ struct GLOBAL_MEMORY {
u8 padding_0x30e0[4];
u32 field_0x30e4; /* __OSPADButton */
u8 padding_0x30ec[8];
OSExecParams* field_0x30f0; /* DOL Execute Parameters */
u32 field_0x30f0; /* DOL Execute Parameters */
u8 padding_0x30f4[12];
u32 field_0x3100; /* Physical MEM1 size */
u32 field_0x3104; /* Simulated MEM1 size */
Expand Down
32 changes: 0 additions & 32 deletions include/dolphin/os/OSExec.h

This file was deleted.

299 changes: 0 additions & 299 deletions src/dolphin/os/OSExec.c

This file was deleted.

0 comments on commit a09fe96

Please sign in to comment.