mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
Remove cg.lib from some files for Windows and renaming a function.
This commit is contained in:
@ -25,7 +25,7 @@ protected:
|
||||
public:
|
||||
virtual void SwapBuffers() = 0;
|
||||
virtual void UpdateFPSDisplay(const char *Text) = 0;
|
||||
virtual bool CreateWindow(void *&window_handle) = 0;
|
||||
virtual bool Create(void *&window_handle) = 0;
|
||||
virtual bool MakeCurrent() = 0;
|
||||
virtual void Shutdown() = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user