This website requires JavaScript.
Explore
Help
Register
Sign In
libretro
/
scummvm
Watch
1
Star
0
Fork
0
You've already forked scummvm
mirror of
https://github.com/libretro/scummvm.git
synced
2025-02-13 07:14:59 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
backends
/
plugins
History
Eugene Sandulenko
d961722cb0
Fix compilation. SDL.h is required for SDL_GetError()
...
svn-id: r24160
2006-10-07 06:09:24 +00:00
..
dc
Instantiate and hook up the plugin providers in the main() function of the corresponding backends (porters may have to update their ports if they were using the POSIX or Win32 module loading code implicitly); some cleanup
2006-10-07 01:05:12 +00:00
posix
Instantiate and hook up the plugin providers in the main() function of the corresponding backends (porters may have to update their ports if they were using the POSIX or Win32 module loading code implicitly); some cleanup
2006-10-07 01:05:12 +00:00
sdl
Fix compilation. SDL.h is required for SDL_GetError()
2006-10-07 06:09:24 +00:00
win32
Instantiate and hook up the plugin providers in the main() function of the corresponding backends (porters may have to update their ports if they were using the POSIX or Win32 module loading code implicitly); some cleanup
2006-10-07 01:05:12 +00:00
dynamic-plugin.h
Started to refactor the plugin code (moving backend specific stuff into backends/plugins/)
2006-10-07 00:22:48 +00:00