mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-28 01:17:11 +02:00
Fix inconsistencies in progress reporting (#2129)
Signal and setup events correctly Eliminate possible races Use a single event Mark volatiles and reduce scope of waithandles Common handler 100ms -> 50ms
This commit is contained in:
parent
bd61e0b361
commit
0d4491be53
6 changed files with 128 additions and 87 deletions
9
ARMeilleure/Translation/PTC/PtcLoadingState.cs
Normal file
9
ARMeilleure/Translation/PTC/PtcLoadingState.cs
Normal file
|
@ -0,0 +1,9 @@
|
|||
namespace ARMeilleure.Translation.PTC
|
||||
{
|
||||
public enum PtcLoadingState
|
||||
{
|
||||
Start,
|
||||
Loading,
|
||||
Loaded
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue