From 8de800497e5c829f796a9861e7a6beb968d50658 Mon Sep 17 00:00:00 2001 From: Stefanos Kornilios Mitsis Poiitidis Date: Sun, 9 Aug 2015 01:48:41 +0200 Subject: [PATCH] windows: Don't call InitAudio from os_CreateWindow Huh, why was this call even there? --- core/windows/winmain.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/windows/winmain.cpp b/core/windows/winmain.cpp index 3a619025b..5ff17b3b6 100644 --- a/core/windows/winmain.cpp +++ b/core/windows/winmain.cpp @@ -309,8 +309,6 @@ void os_CreateWindow() 0, 0, sRect.right-sRect.left, sRect.bottom-sRect.top, NULL, NULL, sWC.hInstance, NULL); window_win=hWnd; - - InitAudio(); } void* libPvr_GetRenderTarget()