patch list in separate thread
This commit is contained in:
		
							parent
							
								
									460489189c
								
							
						
					
					
						commit
						8bef2cef39
					
				|  | @ -990,9 +990,15 @@ BRIDGE_IMPEXP void GuiRepaintTableView() | |||
|     _gui_sendmessage(GUI_REPAINT_TABLE_VIEW, 0, 0); | ||||
| } | ||||
| 
 | ||||
| BRIDGE_IMPEXP void GuiUpdatePatches() | ||||
| static DWORD WINAPI updatePatchesThread(void* a) | ||||
| { | ||||
|     _gui_sendmessage(GUI_UPDATE_PATCHES, 0, 0); | ||||
|     return 0; | ||||
| } | ||||
| 
 | ||||
| BRIDGE_IMPEXP void GuiUpdatePatches() | ||||
| { | ||||
|     CloseHandle(CreateThread(0, 0, updatePatchesThread, 0, 0, 0)); | ||||
| } | ||||
| 
 | ||||
| //Main
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue