rpcsx/rpcs3/Emu
Lassi Hämäläinen 566c88802e CMake: LLVM, Pulse, Alsa and libevdev being disabled
- These dependencies have #defines which enable code related to them
  in rpcs3 and rpcs3_ui targets. They are only used in rpcs3_emu but
  HAVE_* defines have to be defined in rpcs3 and rpcs3_ui targets also,
  so they have to have PUBLIC visibility so defines carried over

CMake: Fix Alsa and Pulse audios being disabled

- HAVE_PULSE and HAVE_ALSA were not defined in rpcs3 target

Fixup libevdev
2018-09-19 01:59:27 +03:00
..
Audio Add a channel map to the PA backend to fix surround sound (#4911) 2018-07-21 03:02:07 +04:00
Cell spu: Fix MMIO index checking 2018-09-17 17:24:54 +03:00
CPU cpu: use correct type when defining llvm value is_int constexpr 2018-09-10 19:59:37 +03:00
Io CMake: Refactor CMake build (#5032) 2018-09-18 13:07:33 +03:00
Memory Move rotate/cntlz/cnttz helpers to Utilities/asm.h 2018-09-08 00:32:04 +03:00
RSX rsx/overlays: Implement blur, darkening and ability to disable custom background 2018-09-18 16:24:13 +03:00
CMakeLists.txt CMake: LLVM, Pulse, Alsa and libevdev being disabled 2018-09-19 01:59:27 +03:00
GameInfo.h Fill game list from all locations 2017-07-12 18:16:09 +03:00
IdManager.cpp Fix idm::init, fxm::init 2017-08-06 16:13:11 +03:00
IdManager.h Remove explicit_bool_t, ignore, multicast<> 2018-09-08 00:32:04 +03:00
IPC.h Cleanup semaphore<> (sema.h) and mutex.h (shared_mutex) 2018-09-03 23:00:36 +03:00
System.cpp Optimize logging via logs::channel 2018-09-16 00:36:20 +03:00
System.h rsx/overlays: Implement blur, darkening and ability to disable custom background 2018-09-18 16:24:13 +03:00
VFS.cpp Rewrite vfs::get and vfs::mount 2018-09-15 17:09:56 +03:00
VFS.h Rewrite vfs::get and vfs::mount 2018-09-15 17:09:56 +03:00