dreamcast/serial_load.hpp
Zack Buhman 5c2b45b70d example: refresh
All examples work again, except macaw_multipass--this never worked
entirely, so I'm not worried about fixing it at the moment.
2023-12-17 22:45:52 +08:00

5 lines
59 B
C++

#pragma once
void load_init();
void load_recv(uint8_t c);