Tweak Y2R timings

This commit is contained in:
wheremyfoodat 2024-07-02 15:57:39 +03:00
parent 1c9a3ac3d3
commit d4cf54d56c

View file

@ -441,7 +441,8 @@ void Y2RService::startConversion(u32 messagePointer) {
mem.write32(messagePointer + 4, Result::Success);
// Schedule Y2R conversion end event.
static constexpr u64 delayTicks = 60'000;
// The tick value is tweaked based on the minimum delay needed to get FIFA 15 to not hang due to a race condition on its title screen
static constexpr u64 delayTicks = 1'350'000;
isBusy = true;
// Remove any potential pending Y2R event and schedule a new one