parse abr from PS 2018, restore xmp injection, check uniform hash collision
This commit is contained in:
@@ -608,10 +608,10 @@ int main(int argc, char** argv)
|
||||
SendMessage(hWnd, WM_SETICON, ICON_SMALL,
|
||||
(LPARAM)LoadIcon(GetModuleHandle(0), MAKEINTRESOURCE(IDI_ICON1)));
|
||||
|
||||
LOG("set redraw interval");
|
||||
SetTimer(hWnd, 1, 500, [](HWND hwnd, UINT uMsg, UINT_PTR idEvent, DWORD dwTime) {
|
||||
App::I.redraw = true;
|
||||
});
|
||||
//LOG("set redraw interval");
|
||||
//SetTimer(hWnd, 1, 500, [](HWND hwnd, UINT uMsg, UINT_PTR idEvent, DWORD dwTime) {
|
||||
// App::I.redraw = true;
|
||||
//});
|
||||
|
||||
running = 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user