Merge branch 'libsm64:master' into audio

This commit is contained in:
MeltyPlayer 2022-10-24 03:00:05 -05:00 committed by GitHub
commit 979de74e91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -393,7 +393,7 @@ int main( void )
uint8_t *texture = malloc( 4 * SM64_TEXTURE_WIDTH * SM64_TEXTURE_HEIGHT );
sm64_global_terminate();
sm64_global_init( rom, texture, NULL );
sm64_global_init( rom, texture );
sm64_static_surfaces_load( surfaces, surfaces_count );
uint32_t marioId = sm64_mario_create( 0, 1000, 0 );