This website requires JavaScript.
Explore
Help
Sign In
mirror
/
rpcs3
Watch
1
Star
0
Fork
0
You've already forked rpcs3
mirror of
https://github.com/RPCS3/rpcs3.git
synced
2025-03-13 07:14:49 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
rpcs3
/
rpcs3
/
stdafx.cpp
2 lines
20 B
C++
Raw
Normal View
History
Unescape
Escape
initial start to eliminate static func init, not compilable atm move module initialization into a module manager, still has some issues like stopping not working and debug crashing add #idef 0 to modules that aren't in the windows project don't double initialize and don't de-initialize for now, since many modules don't expect it and it leads to many errors remove duplicate module lists for empty modules and implemented ones, make Module non-copyable but movable add secondary project, no real use for it now add some memleak config to the emucore and add asmjit path to rpcs3 small rebase error fixed to get it to compile again add filters for emucore re-add the module manager and static file WIP commit, linker errors abound some more abstraction layer stuff fix the remaining linker errors, re-enable platform specific mouse, pad and keyboard handlers rebasing fix memset undefined and re() usage of se_t before declaration Add wxGUI define by default for cmake builds fix copy constructors of Datetime header fix copy constructors of other wx interface classes remove static declarations of global variables make wxGLCanvas constructor non-ambiguous even with wx2.8. compat mode, fix wrong std::exception constructor calls remove duplicate definition for FromUTF8 and ToUTF8 temp changes
2014-05-02 08:30:32 +02:00
#
include
"stdafx.h"
Reference in New Issue
Copy Permalink