This website requires JavaScript.
Explore
Help
Sign In
Yaya48
/
dolphin
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
512053fa5e06e20ed63e32aa30429a55a02e7d67
dolphin
/
Source
/
Core
/
VideoCommon
T
History
hrydgard
512053fa5e
Kill some horribly ugly hackery :( It's just not right to pass entire IniFile objects across DLLs. Only POD (plain-old-data, like int, float, char, char[] etc) are safe to pass across DLL boundaries.
...
git-svn-id:
https://dolphin-emu.googlecode.com/svn/trunk@4257
8ced0084-cf51-0410-be5f-012b33b47a6e
2009-09-13 08:54:46 +00:00
..
Src
Kill some horribly ugly hackery :( It's just not right to pass entire IniFile objects across DLLs. Only POD (plain-old-data, like int, float, char, char[] etc) are safe to pass across DLL boundaries.
2009-09-13 08:54:46 +00:00
VideoCommon.vcproj
Lots of code and warning cleanup. OGL/D3D: Moved to a shared config class in VideoCommon. This lets VideoCommon code read the config without ugly hacks. Fixed various config race conditions by keeping a copy (g_ActiveConfig) of the g_Config struct which is updated once per frame.
2009-09-13 08:21:35 +00:00