mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 19:17:57 -05:00
Services: Stubs and minor changes
This commit is contained in:
@ -312,7 +312,7 @@ static void VBlankCallback(u64 userdata, int cycles_late) {
|
||||
DSP_DSP::SignalInterrupt();
|
||||
|
||||
// Check for user input updates
|
||||
Service::HID::HIDUpdate();
|
||||
Service::HID::Update();
|
||||
|
||||
// Reschedule recurrent event
|
||||
CoreTiming::ScheduleEvent(frame_ticks - cycles_late, vblank_event);
|
||||
|
Reference in New Issue
Block a user