diff options
| author | cadmic <cadmic24@gmail.com> | 2024-09-07 11:37:15 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-08 03:37:15 +0900 |
| commit | e52d135e15be227326b58d75d6779fbb1db6f232 (patch) | |
| tree | ce30d6c22b9e6f213ff5047c7174e4ba674dda4f /src/n64dd/n64dd_data_buffer.c | |
| parent | c27b83ac29a7c143ab8193682355cfab44f86f63 (diff) | |
[ntsc-1.2] Import n64dd code from Decompollaborate/n64dd (#2136)
* Import n64dd code from Decompollaborate/n64dd
Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com>
Co-authored-by: Elliptic Ellipsis <elliptic.ellipsis@gmail.com>
* Don't stub out missing textures
* Remove @brief
* Add low-effort file comments
* Match OoT if style
* Fix n64dd matching due to int vs long
* Fix English n64dd error textures
* Compress n64dd segment
* Align n64dd to 0x40
---------
Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com>
Co-authored-by: Elliptic Ellipsis <elliptic.ellipsis@gmail.com>
Diffstat (limited to 'src/n64dd/n64dd_data_buffer.c')
| -rw-r--r-- | src/n64dd/n64dd_data_buffer.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/n64dd/n64dd_data_buffer.c b/src/n64dd/n64dd_data_buffer.c new file mode 100644 index 000000000..6aacae2d5 --- /dev/null +++ b/src/n64dd/n64dd_data_buffer.c @@ -0,0 +1,5 @@ +#include "global.h" +#include "n64dd.h" + +// Buffer used for reading from the disk? +u8 B_801DC000[0x4D10]; |
