mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-29 09:10:08 -06:00
get the OpenGL renderer going.
sorta. (also make the blackmagic_II branch obsolete in the process)
This commit is contained in:
@ -56,6 +56,7 @@
|
||||
char* EmuDirectory;
|
||||
|
||||
void emuStop();
|
||||
void* oglGetProcAddress(const char* proc);
|
||||
|
||||
|
||||
namespace Platform
|
||||
@ -418,7 +419,7 @@ void Semaphore_Post(void* sema)
|
||||
|
||||
void* GL_GetProcAddress(const char* proc)
|
||||
{
|
||||
return NULL;//uiGLGetProcAddress(proc);
|
||||
return oglGetProcAddress(proc);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user