Nekotekina
3e1c04b356
Small fix
2014-09-12 01:10:44 +04:00
Nekotekina
8cde1c18c4
Cb fix
2014-09-12 00:46:11 +04:00
Nekotekina
ed55011ede
Compilation fix 2
2014-09-11 23:40:50 +04:00
Nekotekina
fe53f6f2d7
Compilation fix
2014-09-11 23:33:20 +04:00
Nekotekina
cd39256361
CallbackManager rewritten
2014-09-11 23:18:19 +04:00
Nekotekina
3b71721a33
It was overcomplicated
2014-09-09 16:13:38 +04:00
Nekotekina
c79b52b334
bugfix
2014-09-08 21:06:08 +04:00
Nekotekina
5d951451c5
cellPngDec (nothing changed)
2014-09-08 18:56:47 +04:00
Nekotekina
311a3b3e47
Compilation fix
2014-09-08 14:20:25 +04:00
Nekotekina
470afd78d5
WIP (cellPngDec refactoring)
2014-09-08 04:54:17 +04:00
Alexandro Sánchez Bach
e65676ffa9
Merge pull request #795 from Arkaran99/master
...
Fix compile errors in Debug - MemLeak.
2014-09-07 11:04:15 +02:00
Arkaran99
1e60319be2
Fix compile errors in Debug - MemLeak.
...
Add rpcs3/define_new_memleakdetect.h to save and replace new operator with Visual Studio Memory Leak Detection's operator.
Add rpcs3/restore_new.h to restore new operator to a previous saved state.
2014-09-07 10:43:25 +02:00
Alexandro Sánchez Bach
ec9740e747
Merge pull request #793 from Nekotekina/master
...
vm:: replacement 3
2014-09-07 02:11:13 +02:00
Nekotekina
58f436e749
Small fix
2014-09-07 03:35:48 +04:00
Nekotekina
6c01854fec
Well, vector argument support in SC_FUNC
2014-09-06 21:30:50 +04:00
Nekotekina
82433d946e
u128
...
Only useful as vector type anyway.
2014-09-06 20:30:13 +04:00
Nekotekina
43a61d0ab9
Memory.Write*/Read* replaced
2014-09-06 17:33:01 +04:00
B1ackDaemon
1b499a6fd5
Merge pull request #792 from Nekotekina/master
...
cellSync2* fixes
2014-09-06 14:10:53 +03:00
Nekotekina
b5e7724e76
++
2014-09-06 14:58:56 +04:00
Nekotekina
95734b8b9a
cellSync2 fixes
2014-09-06 14:52:22 +04:00
Alexandro Sánchez Bach
7e758970cf
Merge pull request #791 from Nekotekina/master
...
vm:: replacement 2
2014-09-06 02:09:16 +02:00
Nekotekina
b0d9fba418
Conflicts fixed
2014-09-06 02:54:42 +04:00
Nekotekina
12becc6120
MemoryBase::operator[] replaced
2014-09-06 02:12:10 +04:00
Nekotekina
db9cbe6cdd
MemoryBase::operator+ replaced
2014-09-06 00:26:36 +04:00
Nekotekina
feec20ac3e
Compilation fix, be_t fix
...
+ CellWebBrowserConfig2 struct
2014-09-05 21:54:06 +04:00
Nekotekina
225dba754d
GetMemFromAddr, VirtualToRealAddr replaced
...
Some arg types changed
2014-09-05 21:23:00 +04:00
Nekotekina
f298d0451e
Attempt to fix some warnings
2014-09-05 15:24:37 +04:00
Nekotekina
964c1bfd6c
WriteString replaced
...
strcpy_trunc (defined in GNU.h) is better for fixed-length char arrays
2014-09-05 03:23:36 +04:00
Alexandro Sánchez Bach
3ffc0edac9
Merge pull request #790 from tambry/cellPamfAccessViolationFix
...
Fix cellPamfReaderGetPresentationStartTime access violation
2014-09-04 22:03:16 +02:00
Nekotekina
27b24132a0
sys_ppu_thread_create fix
2014-09-04 23:55:06 +04:00
Raul Tambre
cef2c59ae2
Fix cellPamfReaderGetPresentationStartTime access violation
...
Should also fix access violations for other cellPamf functions
2014-09-04 22:39:08 +03:00
Nekotekina
4346514b9d
Compilation fix
2014-09-04 21:39:02 +04:00
Nekotekina
9f2afffca1
Some functions removed
2014-09-04 21:32:20 +04:00
B1ackDaemon
2084665cc1
Merge pull request #789 from tambry/cellSync2InitAndEstimate
...
Added cellSync2 attribute initilization
2014-09-04 18:36:06 +03:00
Raul Tambre
e6ab29346e
Added cellSync2 attribute initilization
...
Also added checks for EstimateBufferSize functions
2014-09-04 18:27:19 +03:00
Nekotekina
05cebd1017
re() removed, added be_t<const T> specialization
2014-09-04 13:21:23 +04:00
Nekotekina
4b49d57f97
Small fix
2014-09-03 21:09:10 +04:00
Nekotekina
1337cf4f04
Some memory functions removed
2014-09-03 20:33:30 +04:00
B1ackDaemon
c51e52614e
Merge pull request #787 from Bigpet/unixtypo
...
unix preprocessor define typo fixed
2014-09-03 13:20:22 +03:00
Peter Tissen
383f6aff2b
unix preprocessor define typo fixed
2014-09-03 12:12:50 +02:00
Nekotekina
d0e532e7ce
DynamicMemoryBlockBase.h removed
...
Map() and Unmap(): roughly rewritten.
I checked every memory-related syscall and I'm sure that they don't
really need any mirroring. Some unused code deleted.
2014-09-03 01:48:44 +04:00
B1ackDaemon
82f31b6436
Merge pull request #786 from tambry/cellSaveDataFixes
...
Removed cellSaveDataListAutoSave and cellSaveDataListAutoLoad until they can be fixed
2014-09-02 22:04:36 +03:00
Raul Tambre
e6595f05bc
Removed cellSaveDataListAutoSave and cellSaveDataListAutoLoad until they can be fixed
...
Also added a lot of TODO printouts for other save data functions.
2014-09-02 19:58:42 +03:00
B1ackDaemon
505dacf152
Merge pull request #785 from Nekotekina/master
...
vm:: global replacement
2014-09-02 16:03:07 +03:00
Nekotekina
fa43e80206
Small mistake
2014-09-02 16:50:19 +04:00
Nekotekina
47ee010b64
Another little bug
2014-09-02 16:45:53 +04:00
Nekotekina
30d7fcd288
Small mistake
2014-09-02 16:18:50 +04:00
Nekotekina
5a20d41fb2
Conflicts fixed
2014-09-02 05:25:57 +04:00
Nekotekina
1626df7e46
Compilation fix
2014-09-02 05:14:24 +04:00
Nekotekina
b952017a3a
mem_ptr_t replaced
2014-09-02 05:05:13 +04:00