update rumble on vi thread

This commit is contained in:
thecozies
2024-04-16 09:10:38 -05:00
committed by Mr-Wiseguy
parent 51759611e1
commit af3c4f4df7
4 changed files with 4 additions and 9 deletions
+4
View File
@@ -17,6 +17,7 @@
#include "rt64_layer.h"
#include "recomp.h"
#include "recomp_ui.h"
#include "recomp_input.h"
#include "rsp.h"
struct SpTaskAction {
@@ -169,6 +170,9 @@ void vi_thread_func() {
}
}
}
// TODO move recomp code out of ultramodern.
recomp::update_rumble();
}
}