mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 14:23:44 -07:00
let's use jenkins to test this
This commit is contained in:
parent
1946d0a9f0
commit
d693b41d15
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ static LRESULT CALLBACK gfx_dxgi_wnd_proc(HWND h_wnd, UINT message, WPARAM w_par
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void gfx_dxgi_init(const char *game_name, bool start_in_fullscreen) {
|
void gfx_dxgi_init(const char *game_name, bool start_in_fullscreen, uint32_t width, uint32_t height) {
|
||||||
LARGE_INTEGER qpc_init, qpc_freq;
|
LARGE_INTEGER qpc_init, qpc_freq;
|
||||||
QueryPerformanceCounter(&qpc_init);
|
QueryPerformanceCounter(&qpc_init);
|
||||||
QueryPerformanceFrequency(&qpc_freq);
|
QueryPerformanceFrequency(&qpc_freq);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue