remove AsyncStart ,add SDL_Delay in event loop

This commit is contained in:
cuu
2023-01-24 07:40:16 +00:00
parent ef5523faf5
commit 83086d9381
4 changed files with 22 additions and 25 deletions

View File

@@ -223,9 +223,7 @@ func (self *MainScreen) Init() {
//self.GenList() // load predefined plugin list,ready to be injected ,or ,as a .so for dynamic loading
go func() {
sdl.Do(func() {
self.RefreshLoop()
})
self.RefreshLoop()
}()
}