Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 334274 Details for
Bug 449510
games-fps/quake3-9999 several issues (subversion, libraries, pax etc.)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to load renderer from system libraries as well
renderer-syslibrary.diff (text/plain), 644 bytes, created by
robo9k
on 2013-01-04 02:13:47 UTC
(
hide
)
Description:
Patch to load renderer from system libraries as well
Filename:
MIME Type:
Creator:
robo9k
Created:
2013-01-04 02:13:47 UTC
Size:
644 bytes
patch
obsolete
>diff --git a/code/client/cl_main.c b/code/client/cl_main.c >index c74bbdc..78d3c8b 100644 >--- a/code/client/cl_main.c >+++ b/code/client/cl_main.c >@@ -3173,7 +3173,8 @@ void CL_InitRef( void ) { > > Com_sprintf(dllName, sizeof(dllName), "renderer_%s_" ARCH_STRING DLL_EXT, cl_renderer->string); > >- if(!(rendererLib = Sys_LoadDll(dllName, qfalse)) && strcmp(cl_renderer->string, cl_renderer->resetString)) >+ // Search system libraries as well >+ if(!(rendererLib = Sys_LoadDll(dllName, qtrue)) && strcmp(cl_renderer->string, cl_renderer->resetString)) > { > Com_Printf("failed:\n\"%s\"\n", Sys_LibraryError()); > Cvar_ForceReset("cl_renderer");
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 449510
:
333884
|
333886
|
333888
|
333890
| 334274