Skip to content

Commit

Permalink
openxr: Remove hardcoded debug soname
Browse files Browse the repository at this point in the history
  • Loading branch information
Beyley committed Jan 22, 2025
1 parent 7db04b3 commit e9aed47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/gpu/xr/SDL_openxrdyn.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ bool SDL_OPENXR_LoadLoaderSymbols(void)

// deal with multiple modules (dga, openxr, etc) needing these symbols...
if (openxr_load_refcount++ == 0) {
openxr_loader.lib = SDL_LoadObject("openxr_loaderd.dll");
// openxr_loader.lib = SDL_LoadObject(openxr_loader.libname);
openxr_loader.lib = SDL_LoadObject(openxr_loader.libname);

if(!openxr_loader.lib)
return false;
Expand Down

0 comments on commit e9aed47

Please sign in to comment.