Many interp fixes (#2394)

Co-authored-by: Luke Street <luke@street.dev>
This commit is contained in:
Irastris
2026-09-06 02:27:14 -04:00
committed by GitHub
parent 58c31d304c
commit d67871181d
87 changed files with 1548 additions and 1261 deletions
+3 -3
View File
@@ -26,7 +26,7 @@
#include <cstring>
#if TARGET_PC
#include "dusk/frame_interpolation.h"
#include "dusk/interp/frame_interpolation.h"
#include "dusk/settings.h"
#include "dusk/version.hpp"
#include "helpers/string.hpp"
@@ -1112,7 +1112,7 @@ void dMenu_DmapBg_c::draw() {
-35.0f + (local_224.x - local_218.x),
-35.0f + (local_224.y - local_218.y));
#if TARGET_PC
if (!dusk::frame_interp::is_enabled()) {
if (!dusk::interp::is_enabled()) {
field_0xdda = 0;
}
#else
@@ -2774,7 +2774,7 @@ void dMenu_Dmap_c::zoomIn_proc() {
void dMenu_Dmap_c::zoomOut_init_proc() {
#if TARGET_PC
if (dusk::frame_interp::is_enabled()) {
if (dusk::interp::is_enabled()) {
mpDrawBg->resetScrollArrowMask();
}
#endif