This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
forked from
dolphin-emu/dolphin
Code
Pull Requests
Activity
Files
2d93c654f09e86b00a14b0929f07089c137bcc05
dolphin
/
Source
/
Core
/
Core
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
Core.vcproj
...
2009-08-24 21:46:28 +00:00