rpcsx/rpcs3/Emu
eladash 28e4a9e0d0 rsx image_in: Fix in_pitch 0
The hw doesnt fix pitch, when specifying src pitch 0 it copies the same pixels line to dst. keep in mind out_pitch = 0 is not allowed in image_in.
Same goes for buffer_notify, though it allows out_pitch to be 0.
2018-12-04 13:01:29 +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 rsx: Minor cleanup to silence stupid compiler warnings 2018-12-03 20:01:23 +03:00
CPU Migration to named_thread<> 2018-10-19 22:22:35 +03:00
Io Rewrite condition variables 2018-11-29 01:30:05 +03:00
Memory Implement class cond_x16 2018-11-26 00:23:29 +03:00
RSX rsx image_in: Fix in_pitch 0 2018-12-04 13:01:29 +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 Migration to named_thread<> 2018-10-19 22:22:35 +03:00
IdManager.h Migration to named_thread<> 2018-10-19 22:22:35 +03:00
IPC.h Cleanup semaphore<> (sema.h) and mutex.h (shared_mutex) 2018-09-03 23:00:36 +03:00
System.cpp Properly get PARAM.SFO and icons for C00 games (#5370) 2018-12-04 01:46:01 +03:00
System.h Properly get PARAM.SFO and icons for C00 games (#5370) 2018-12-04 01:46:01 +03:00
VFS.cpp VFS: fix /host_root 2018-09-19 14:15:38 +03:00
VFS.h Rewrite vfs::get and vfs::mount 2018-09-15 17:09:56 +03:00