Nekotekina
e3fbfc4bda
Logging option restored
2014-07-21 20:39:00 +04:00
Nekotekina
5c84ad30a1
LogBase class for both SysCallBase and Module
2014-07-21 19:58:03 +04:00
Nekotekina
0865fca90a
Fix for SysCallBase
2014-07-21 18:49:56 +04:00
Nekotekina
640de81571
Variadic templates for module logs
...
Two new module log types: Todo() and Notice()
2014-07-21 18:42:43 +04:00
Nekotekina
da8194d659
Merge branch 'master' of https://github.com/DHrpcs3/rpcs3
2014-07-21 14:37:42 +04:00
Nekotekina
fe49046a96
sys_spinlock fixed
2014-07-21 02:30:16 +04:00
Nekotekina
1f64087a3b
Fix of fix (damned crutch)
2014-07-20 21:59:59 +04:00
Nekotekina
bba74b9056
Compilation fix
2014-07-20 21:52:27 +04:00
Nekotekina
883885dc0b
cellSyncMutex fixed
2014-07-20 21:14:04 +04:00
Nekotekina
3d74112aa3
sys_process_is_stack fixed
2014-07-20 21:13:35 +04:00
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
raven02
5f3ea1005a
Make a spelling difference consistent
2014-07-20 14:55:33 +08:00
Nekotekina
74914c5916
be_t<> constructor elimination
2014-07-18 20:55:26 +04:00
Nekotekina
7816843dfb
Little fix
2014-07-16 22:29:26 +04:00
Nekotekina
c3e0669435
Time functions fixed
2014-07-16 20:21:09 +04:00
Nekotekina
e1a9f08a91
sys_raw_spu_destroy implemented
2014-07-16 16:07:38 +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
Sacha
82536b298c
Fix issue from #567 that stopped videos from working. Clean up some code.
2014-07-15 03:21:24 +10:00
Nekotekina
a71053ae15
Asmjit updated
2014-07-14 13:24:10 +04: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
Nekotekina
dab3d6c6d6
Callbacks
2014-07-13 23:05:28 +04:00
Nekotekina
2eafb235ba
spu_printf fixed
2014-07-13 22:55:14 +04:00
B1ackDaemon
f240690ff5
Merge pull request #558 from Bigpet/modunload
...
unload modules upon stopping
2014-07-13 01:08:25 +03: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
Sacha
a1158c9515
Remove some indirect headers.
2014-07-12 17:46:14 +10:00
Sacha
9816ec3aa0
Fix conflicts.
2014-07-12 17:02:39 +10:00
Sacha
c09b0f511e
More header changes.
2014-07-12 16:33:04 +10:00
Sacha
6e06fdf638
Stdafx: Major header cleanup
2014-07-12 16:33:04 +10:00
Alexandro Sánchez Bach
14050c7302
Removed: "Ignore R/W memory errors" option
...
Very small commit to take care of one thing missing in #409 .
Reasons for that change:
<Nekoteki>AlexAltea: it's fatal error that shouldn't be ignored
<Nekoteki>AlexAltea: the second reason, ps3 can handle page faults by
itself
2014-07-11 18:18:12 +02:00
Nekotekina
125359e30e
Some fixes
2014-07-11 13:18:23 +04:00
Nekotekina
259b57c64a
Fixed conflicts
2014-07-11 10:09:38 +04:00
Sacha
8793d75811
Stdafx: More cleanup
2014-07-11 06:54:12 +10:00
Sacha
f256153a2b
Warnings: Fix several warnings.
2014-07-11 05:08:05 +10:00
Sacha
ab7a45aede
stdafx: move out some uncommon includes
2014-07-11 00:16:26 +10:00
Nekotekina
b5f376f834
Merge branch 'master' of https://github.com/DHrpcs3/rpcs3
2014-07-10 02:07:53 +04:00
raven02
96fb8b968f
Fix crash in Battle fantasia/Crystal defenders
2014-07-10 05:50:25 +08:00
Nekotekina
123c4ba1a8
Some bugs fixed
2014-07-09 03:04:36 +04:00
Nekotekina
d1fff053c2
Some cleanup
2014-07-07 21:22:36 +04:00
raven02
d751e350c6
cellPamf : add error log for CELL_PAMF_ERROR_INVALID_ARG
2014-07-07 02:26:05 +08:00
Alexandro Sánchez Bach
230ba0d360
Fixed conflicts and minor changes (2)
2014-07-06 18:05:52 +02:00
Alexandro Sánchez Bach
0002cc0af3
Removed old / unnecessary code
...
* Removed Plugins.h file as I assume setting up a plugin hell is a bad
idea (does anyone disagree?).
* Removed FnIdGenerator, and moved FnIdGenerator::GenerateFnId to
getFunctionId in Modules.cpp
* Disabled RSX Debugger and Memory Viewer when the emulator is stopped.
* ELF64Loader::LoadPhdrData refactored.
2014-07-06 16:44:56 +02:00
Alexandro Sánchez Bach
08d61163ea
Removed external functions from SysCalls.h
...
* Replace `int` with `s32` as return type for syscalls.
* Renamed `SC_Something.*` files with the proper lv2 name
`sys_something.*`.
* Moving away from the lv2, those functions and folders that doesn't
correspond to lv2 functions. E.g. module functions from sys_io,
sysPrxForUser, cellGcmSys.
* Splitted some files (memory -> memory+mmapper) and merged other ones
(event+event_flag ->event, spu+spu_thread -> spu), according to common
sense, PSDevWiki docs, and checking firmware files.
* Removed external functions from `SysCalls.h`.
NOTE: What should we do about: cellGcmCallback? It's not a lv2 syscall
but it appears on the sc_table and it is actually called in games. Is
this some kind of hack?
2014-07-06 16:23:37 +02:00
B1ackDaemon
7218ccfe66
Merge pull request #394 from raven02/patch-17
...
RSX blending MRT and cellResc 512MB io address space changes
2014-07-06 03:15:39 +03:00
Nekotekina
60f3ed3543
SSPlayer funcs in libmixer
2014-07-05 23:24:14 +04:00
raven02
9ede2d6753
RSX blending MRT and cellResc 512MB io address space changes
2014-07-06 01:33:04 +08:00