Don't search system directories for renderer lib
This commit is contained in:
parent
5a1449bd51
commit
404fe4e6e0
5 changed files with 10 additions and 8 deletions
|
@ -48,4 +48,4 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
# define Sys_LibraryError() SDL_GetError()
|
||||
#endif
|
||||
|
||||
void * QDECL Sys_LoadDll(const char *name);
|
||||
void * QDECL Sys_LoadDll(const char *name, qboolean useSystemLib);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue