mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 02:32:36 +01:00
Mirror of https://github.com/RPCS3/rpcs3
c37905e465
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 |
||
---|---|---|
asmjit@b76922fde9 | ||
asmjitsrc | ||
bin | ||
ffmpeg@8bcaa2485c | ||
GL | ||
OpenAL | ||
rpcs3 | ||
stblib | ||
Utilities | ||
wxWidgets@5a313d2c7c | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
CMakeLists.txt | ||
LICENSE | ||
README.md | ||
rpcs3.sln |
RPCS3
An open-source PlayStation 3 emulator/debugger written in C++.
You can find some basic information in the FAQ. For discussion about this emulator and PS3 emulation please visit the official forums.
Development
If you want to contribute please take a took at the Coding Style, Roadmap and Developer Information pages. You should as well contact any of the developers in the forum in order to know about the current situation of the emulator.
Dependencies
Windows
- Visual C++ Redistributable Packages for Visual Studio 2013
- OpenAL binaries: download and copy
Win64\soft_oal.dll
torpcs3\bin\
Linux
- Debian & Ubuntu:
sudo apt-get install libopenal-dev libwxgtk3.0-dev build-essential
Mac OSX
- Install with Homebrew:
brew install glew wxwidgets
- Remove '-framework QuickTime' from '_ldflags' in /usr/local/bin/wx-config
Building
To initialize the repository don't forget to execute git submodule update --init
to pull the wxWidgets source.
- Windows: Install Visual Studio 2013. Then open the .SLN file, and press Build > Rebuild Solution.
- Linux & Mac OSX:
cd rpcs3 && cmake CMakeLists.txt && make && cd ../
Then run withcd bin && ./rpcs3