AnnieL 5250911a40 Fixes #1584
When DirectX 12 is missing, the emulator thinks Vulkan = DirectX 12 because Vulkan takes DX12's place in the box (id=2), and therefore runs DX12 when Vulkan is selected, crashing the emulator with an unhandled exception.

Fixes it by translating renderer string value to the respective enum class before sending the value to config.h instead of just relying on the box's selected id -> cbox_gs_render->GetSelection()

Also changes the order of the renderers (for convinience, now DX12 is id=3) from
Null, OpenGL, DirectX 12, Vulkan
to
Null, OpenGL, Vulkan, DirectX 12
2016-03-17 10:04:03 +00:00
2015-09-02 00:38:44 +03:00
2016-01-14 19:07:24 +03:00
2015-11-17 21:00:59 +03:00
2015-06-11 12:52:56 +02:00
2015-10-05 12:56:05 +03:00
2016-01-08 00:59:08 +01:00
2016-02-08 19:12:29 +02:00
2015-07-22 02:10:14 +03:00
2015-11-17 21:00:59 +03:00
2015-01-11 01:19:21 +04:00
2015-11-17 21:00:59 +03:00
2015-08-08 04:43:06 +03:00
2016-03-17 10:04:03 +00:00
2016-03-13 19:39:54 +02:00
2016-03-06 21:15:51 +01:00
2016-02-19 20:03:30 +01:00
2016-02-19 20:03:30 +01:00
2016-02-19 20:03:30 +01:00
2016-02-19 20:03:30 +01:00
2016-02-19 20:03:30 +01:00
2014-02-13 11:33:07 +01:00
2016-03-03 11:30:25 +01:00
2016-03-13 19:39:54 +02:00
2016-02-08 19:12:29 +02:00

RPCS3

Build Status Build status Coverity Status Coverage Status

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 look 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

Linux

  • GCC 5.1+ or Clang 3.5.0+
  • Debian & Ubuntu: sudo apt-get install libopenal-dev libwxgtk3.0-dev build-essential libglew-dev
  • Arch: sudo pacman -S glew openal wxgtk cmake llvm

Mac OSX

  • Xcode 6+ (tested with Xcode 6.4)
  • Install with Homebrew: brew install glew wxwidgets (add llvm36 to that list if you want to build with ppu jit)
  • 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: Open the .SLN file, and press Build > Clean Solution, then Build Solution. Rebuild may not work correctly.
  • Linux & Mac OSX: If you want to build with LLVM, then LLVM 3.6.2 is required. cd rpcs3 && cmake CMakeLists.txt && make && cd ../ then run with cd bin && ./rpcs3. If you are on OSX and want to build with llvm don't forget to add -DLLVM_DIR=/usr/local/opt/llvm36/lib/llvm-3.6/share/llvm/cmake (or wherever llvm brew was installed) to cmake invocation. When using GDB, configure it to ignore SIGSEGV signal (handle SIGSEGV nostop noprint).

Support

Languages
C++ 93.1%
C 4.7%
Self 0.9%
GLSL 0.7%
CMake 0.3%
Other 0.2%