init rdp device

This commit is contained in:
Logan McNaughton
2025-07-09 10:45:12 +02:00
parent 82f1965f26
commit f10c591047
+2
View File
@@ -227,6 +227,8 @@ void rdp_new_processor(GFX_INFO _gfx_info)
void rdp_init(void *_window, GFX_INFO _gfx_info)
{
memset(&rdp_device, 0, sizeof(RDP_DEVICE));
window = (SDL_Window *)_window;
bool result = SDL_AddEventWatch(sdl_event_filter, nullptr);
if (!result)