mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-01 08:27:57 -05:00
- removed deprecated version.h
- cleaned up window title - cleaned up emu_window_glfw/emu_window
This commit is contained in:
@ -26,7 +26,7 @@ public:
|
||||
/// Releases (dunno if this is the "right" word) the GLFW context from the caller thread
|
||||
void DoneCurrent();
|
||||
|
||||
GLFWwindow* render_window_; ///< Internal GLFW render window
|
||||
GLFWwindow* m_render_window; ///< Internal GLFW render window
|
||||
|
||||
private:
|
||||
|
||||
|
Reference in New Issue
Block a user