1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-06-30 08:24:05 +00:00

Merge pull request #8 from DaMarkov/add-force43

Added `gfx_force_43_enabled()`
This commit is contained in:
Blake Warner 2022-02-27 11:08:14 -05:00 committed by GitHub
commit 417f3dac67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -158,6 +158,10 @@ extern "C" {
g_width = newWidth; g_width = newWidth;
} }
bool gfx_force_43_enabled() {
return config.frameBufferEmulation.aspect == 1;
}
void gfx_shutdown() { void gfx_shutdown() {
RDRAMSize = 0; RDRAMSize = 0;
api().RomClosed(); api().RomClosed();