1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-04 10:03:36 +00:00
Commit Graph

9 Commits

Author SHA1 Message Date
Sergey Lipskiy
9dbbeca65c Code cleanup: Move implementation of static get() functions into .cpp files 2015-05-13 10:20:23 +06:00
Sergey Lipskiy
c7c86b7152 Add API function FindPluginPath()
since plugin's path is different for Mupen64Plus and Zilmar specs emus.
2015-05-13 10:17:36 +06:00
Sergey Lipskiy
a8021084f2 Implement LLE triangles. 2015-05-13 10:13:43 +06:00
Sergey Lipskiy
aa694d4314 Implement screenshot capture for MupenPlus. 2015-05-13 10:13:27 +06:00
Sergey Lipskiy
c96b62adaf Implement window resize for MupenPlus. 2015-05-13 10:13:24 +06:00
Sergey Lipskiy
42838fffe7 Remove obsolete MupenPlus API functions. 2015-05-13 10:13:21 +06:00
Sergey Lipskiy
475b37eb00 Call PluginAPI methods which use OpenGL in separate thread.
This fixes plugin reset in Project64 1.6
2015-05-13 10:12:57 +06:00
Sergey Lipskiy
347e69007b Add GLCriticalSection class. Make PluginAPI descendant of GLCriticalSection. 2015-05-13 10:12:53 +06:00
Sergey Lipskiy
f6ebb311a1 Massive refactoring: move API or OS dependent code to separate files.
Include/enable necessary source files in project files.
2015-05-13 10:12:51 +06:00