mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-09 11:55:52 -05:00
Rename our GLInterface class function 'GetProcAddress' in order to not have clashing function names due to Windows.
This commit is contained in:
@@ -942,7 +942,7 @@ namespace GLExtensions
|
||||
|
||||
void* GetFuncAddress(std::string name, void **func)
|
||||
{
|
||||
*func = GLInterface->GetProcAddress(name);
|
||||
*func = GLInterface->GetFuncAddress(name);
|
||||
if (*func == NULL)
|
||||
{
|
||||
#if defined(__linux__) || defined(__APPLE__)
|
||||
|
||||
Reference in New Issue
Block a user