mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 02:29:59 -06:00
Remove cg.lib from some files for Windows and renaming a function.
This commit is contained in:
@ -29,7 +29,7 @@ class cInterfaceAGL : public cInterfaceBase
|
||||
public:
|
||||
void SwapBuffers();
|
||||
void UpdateFPSDisplay(const char *Text);
|
||||
bool CreateWindow(void *&window_handle);
|
||||
bool Create(void *&window_handle);
|
||||
bool MakeCurrent();
|
||||
void Shutdown();
|
||||
};
|
||||
|
Reference in New Issue
Block a user