[nostalgia/core] Add ability to set a BG's CBB
This commit is contained in:
@@ -14,6 +14,6 @@ ox::Error init(Context *ctx, void **rendererData) noexcept;
|
||||
|
||||
void shutdown(Context *ctx, void *rendererData) noexcept;
|
||||
|
||||
void loadBgTexture(void *rendererData, int section, void *pixels, int w, int h) noexcept;
|
||||
void loadBgTexture(void *rendererData, unsigned cbb, void *pixels, int w, int h) noexcept;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user