diff options
author | Michael Pavone <pavone@retrodev.com> | 2020-02-27 18:38:15 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2020-02-27 18:38:15 -0800 |
commit | 9d1e8f4a08789a59e7721637720239e58120b01e (patch) | |
tree | fc2fdcb1316fd0fc5034a20de29a62dcfd00b5ef /sms.c | |
parent | ad54f7bc43c818d9aed7f371e8986d59368025d2 (diff) |
Make VDP VSRAM capacity respect model selection
Diffstat (limited to 'sms.c')
-rw-r--r-- | sms.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -629,7 +629,7 @@ sms_context *alloc_configure_sms(system_media *media, uint32_t opts, uint8_t for set_gain_config(sms); - sms->vdp = init_vdp_context(0); + sms->vdp = init_vdp_context(0, 0); sms->vdp->system = &sms->header; sms->header.info.save_type = SAVE_NONE; |