FIX: Mouse trailing with single core CPU's

This commit is contained in:
boreddevnl
2026-03-18 18:09:24 +01:00
parent e95c82b162
commit 5604866882
3 changed files with 24 additions and 3 deletions

View File

@@ -171,6 +171,10 @@ void graphics_clear_dirty(void) {
wm_lock_release(rflags);
}
void graphics_clear_dirty_no_lock(void) {
g_dirty.active = false;
}
void graphics_set_render_target(uint32_t *buffer, int w, int h) {
g_render_target = buffer;
g_rt_width = w;