Nekotekina
|
25aeb2e086
|
SysCall table fixes
|
2014-07-20 21:13:07 +04:00 |
|
Nekotekina
|
41495e5d2a
|
sys_ppu_thread_exit fix
|
2014-07-20 21:05:48 +04:00 |
|
Nekotekina
|
1f46098b23
|
Name fix (SPU JIT)
Unnecessary check removed
|
2014-07-20 21:03:41 +04:00 |
|
DH
|
8b9a46bb39
|
RSX: fixed scissor
|
2014-07-19 18:39:47 +03:00 |
|
DH
|
68078427aa
|
Fixed LOOP & REP instructions in FragmentShaderDecompiler
|
2014-07-19 14:58:32 +03:00 |
|
DH
|
7433a021db
|
Improved RSX emulation
- Fixed NV4097_SET_SHADER_CONTROL
- Vertex Shader: SCA instructions don't override VEC result
|
2014-07-19 12:24:15 +03:00 |
|
B1ackDaemon
|
a7f3b6fd57
|
Revert "Fix a dst_reg typo for tc9"
|
2014-07-19 10:04:33 +03:00 |
|
raven02
|
1a36a2d759
|
Regression fix #2
|
2014-07-19 04:33:08 +08:00 |
|
boxingcow
|
c7e4c90cb5
|
Merge git://github.com/DHrpcs3/rpcs3
|
2014-07-18 19:13:27 +01:00 |
|
B1ackDaemon
|
e7ad52ee9f
|
Merge pull request #579 from raven02/patch-4
Fix a dst_reg typo for tc9
|
2014-07-18 20:56:06 +03:00 |
|
B1ackDaemon
|
b97ce7732b
|
Merge pull request #578 from Nekotekina/master
Elimination of be_t<> constructors
|
2014-07-18 20:51:29 +03:00 |
|
raven02
|
d058ef769c
|
Fix a dst_reg typo for tc9
|
2014-07-19 01:47:58 +08:00 |
|
B1ackDaemon
|
2eb73e5b4b
|
Merge pull request #576 from raven02/patch-2
Fix compiler warning
|
2014-07-18 19:59:14 +03:00 |
|
Nekotekina
|
74914c5916
|
be_t<> constructor elimination
|
2014-07-18 20:55:26 +04:00 |
|
raven02
|
4856066a81
|
Regression fix #1
|
2014-07-18 23:03:39 +08:00 |
|
raven02
|
f729f21e6c
|
Fix compiler warning
|
2014-07-18 22:19:37 +08:00 |
|
Nekotekina
|
7816843dfb
|
Little fix
|
2014-07-16 22:29:26 +04:00 |
|
boxingcow
|
c37c90613f
|
Fix small clang warning
|
2014-07-16 17:45:54 +01:00 |
|
Nekotekina
|
c3e0669435
|
Time functions fixed
|
2014-07-16 20:21:09 +04:00 |
|
Nekotekina
|
ecbc9d1b08
|
RawSPU cleanup
|
2014-07-16 20:10:18 +04:00 |
|
Nekotekina
|
694a2b774e
|
SPU Recompiler fix
|
2014-07-16 16:15:20 +04:00 |
|
Nekotekina
|
3d0983e7d0
|
SPU Interpreter fix
(these bugs weren't in SPURecompiler)
|
2014-07-16 16:13:11 +04:00 |
|
Nekotekina
|
3d9c76a80d
|
RawSPU initialization fix
|
2014-07-16 16:09:43 +04:00 |
|
Nekotekina
|
d94ce7094e
|
Rounding mode set
|
2014-07-16 16:09:20 +04:00 |
|
Nekotekina
|
e1a9f08a91
|
sys_raw_spu_destroy implemented
|
2014-07-16 16:07:38 +04:00 |
|
Nekotekina
|
b487dcee27
|
RawSPU initialization fix
|
2014-07-16 16:06:58 +04:00 |
|
Alexandro Sánchez Bach
|
75e81bc969
|
Merge pull request #572 from Nekotekina/master
Update
|
2014-07-15 01:06:53 +02:00 |
|
Nekotekina
|
51f64049ab
|
Callback header fix
|
2014-07-15 01:33:35 +04:00 |
|
Nekotekina
|
51b54a4d6b
|
SSE4.1 detection
|
2014-07-15 01:32:32 +04:00 |
|
Nekotekina
|
01aa74e4a8
|
IsGoodAddr() bug fixed
|
2014-07-14 23:15:30 +04:00 |
|
B1ackDaemon
|
73491d4ffa
|
Merge pull request #570 from xsacha/video-fix
Fix issue from #567 that stopped videos from working. Clean up some code...
|
2014-07-14 21:02:01 +03:00 |
|
Sacha
|
82536b298c
|
Fix issue from #567 that stopped videos from working. Clean up some code.
|
2014-07-15 03:21:24 +10:00 |
|
Hykem
|
62d3dcaf64
|
Merge pull request #567 from xsacha/master
c++11 cleanup
|
2014-07-14 12:04:57 +01:00 |
|
Hykem
|
09d0d81a43
|
Merge pull request #566 from lioncash/assignments
RSXThread: Remove some redundant assignments
|
2014-07-14 12:04:22 +01:00 |
|
Nekotekina
|
a71053ae15
|
Asmjit updated
|
2014-07-14 13:24:10 +04:00 |
|
boxingcow
|
ebf713c5a6
|
Update Memory.h
To remove extraneous code.
|
2014-07-14 09:18:45 +01:00 |
|
Sacha
|
6bd044f9be
|
c++11 fixups. Initialise to zero where possible. note: cellAudio looks quite messed up.
|
2014-07-14 17:26:31 +10:00 |
|
Lioncash
|
3c04f2fef9
|
RSXThread: Remove some redundant assignments
|
2014-07-14 00:06:15 -04:00 |
|
Nekotekina
|
dab3d6c6d6
|
Callbacks
|
2014-07-13 23:05:28 +04:00 |
|
Nekotekina
|
1dbbbc55f6
|
Little fix
|
2014-07-13 22:59:54 +04:00 |
|
Nekotekina
|
2eafb235ba
|
spu_printf fixed
|
2014-07-13 22:55:14 +04:00 |
|
Nekotekina
|
7370c49ff3
|
Forgotten memory check + PSV stuff fixed
|
2014-07-13 16:26:38 +04:00 |
|
B1ackDaemon
|
fc962de3dd
|
Merge pull request #562 from boxingcow/master
Fix OS X build
|
2014-07-13 01:08:31 +03:00 |
|
B1ackDaemon
|
f240690ff5
|
Merge pull request #558 from Bigpet/modunload
unload modules upon stopping
|
2014-07-13 01:08:25 +03:00 |
|
boxingcow
|
a4f73bc705
|
Fix broken OS X build with isnan and MAP_ANONYMOUS
|
2014-07-12 22:06:43 +01:00 |
|
Nekotekina
|
2331c5991a
|
Little fix
|
2014-07-12 20:38:37 +04:00 |
|
Nekotekina
|
a94d0771fe
|
Compilation fix 2
|
2014-07-12 19:40:52 +04:00 |
|
Nekotekina
|
9b5a3fd2b6
|
Compilation fix
|
2014-07-12 19:30:07 +04:00 |
|
Nekotekina
|
1908842255
|
Build fix
Non-ASCII characters replaced in PPUThread.h
Some cleanup
|
2014-07-12 18:53:36 +04:00 |
|
Peter Tissen
|
f75a3c8f60
|
unload modules upon stopping I guess we won't find out what's wrong if we don't let it fail
|
2014-07-12 13:52:37 +02:00 |
|