dreamcast/sperrypc.hpp
Zack Buhman f400fe6412 example: suzanne_profile: incomplete
This has turned in to an experiment related to texture sampling behavior on the
Dreamcast.
2024-02-02 08:18:18 +08:00

8 lines
274 B
C++

#pragma once
#include <cstdint>
extern uint32_t _binary_sperrypc_data_start __asm("_binary_sperrypc_data_start");
extern uint32_t _binary_sperrypc_data_end __asm("_binary_sperrypc_data_end");
extern uint32_t _binary_sperrypc_data_size __asm("_binary_sperrypc_data_size");