diff options
| author | Julgodis <> | 2021-04-08 21:05:48 +0200 |
|---|---|---|
| committer | Julgodis <> | 2021-04-08 21:05:48 +0200 |
| commit | 2661db6aaa98a5bbd17691cb438ef64752dbcdf4 (patch) | |
| tree | 4e6d8499431192316bc2bae0cec8e6f92636b4b4 /src/d/msg/d_msg_object.cpp | |
| parent | a23a10639979ee10cbea5ffdadadc490d9e60227 (diff) | |
auto decompile more functions
Diffstat (limited to 'src/d/msg/d_msg_object.cpp')
| -rw-r--r-- | src/d/msg/d_msg_object.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/d/msg/d_msg_object.cpp b/src/d/msg/d_msg_object.cpp index b3685441f4..77e80f1416 100644 --- a/src/d/msg/d_msg_object.cpp +++ b/src/d/msg/d_msg_object.cpp @@ -13,14 +13,14 @@ struct msg_class {}; -struct JKRHeap { - /* 802CE784 */ void getTotalFreeSize(); -}; - struct JKRArchive { struct EMountMode {}; }; +struct JKRHeap { + /* 802CE784 */ void getTotalFreeSize(); +}; + struct mDoDvdThd_mountXArchive_c { /* 800161E0 */ void create(char const*, u8, JKRArchive::EMountMode, JKRHeap*); }; |
