mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-08-02 02:59:15 -06:00
first attempt at things
(also fix softrenderer reset)
This commit is contained in:
@ -24,6 +24,7 @@
|
||||
#include "PlatformConfig.h"
|
||||
#include "LAN_Socket.h"
|
||||
#include "LAN_PCap.h"
|
||||
#include "libui/ui.h"
|
||||
#include <string>
|
||||
|
||||
#ifdef __WIN32__
|
||||
@ -302,6 +303,12 @@ void Semaphore_Post(void* sema)
|
||||
}
|
||||
|
||||
|
||||
void* GL_GetProcAddress(const char* proc)
|
||||
{
|
||||
return uiGLGetProcAddress(proc);
|
||||
}
|
||||
|
||||
|
||||
bool MP_Init()
|
||||
{
|
||||
int opt_true = 1;
|
||||
|
Reference in New Issue
Block a user