Nekotekina
|
7eacfe19f6
|
vm::ptr fixes
std::function conversion removed (since it's convertible anyway),
pointer difference return type changed
vm::cptr, vm::bcptr aliases added
|
2015-07-10 04:30:39 +03:00 |
|
Nekotekina
|
63c5b2ab32
|
sys_fs_open() O_APPEND support
Added vm::static_ptr_cast, vm::const_ptr_cast, vm::reinterpret_ptr_cast
Added pointer comparison with vm::null
|
2015-07-10 04:30:37 +03:00 |
|
Nekotekina
|
d7cb5a6e9e
|
vm::ref improved (operators)
atomic operators fixed, vm::ptr operators improved
|
2015-06-15 19:21:20 +03:00 |
|
Nekotekina
|
b7d967361d
|
vm::ptr conversion operator fixed
|
2015-06-15 19:21:18 +03:00 |
|
Nekotekina
|
3064560027
|
vm::ptr refactoring (operators improved)
vm::pptr, vm::bpptr added for PS3
is_le_t added
sizeof32() added (32-bit sizeof macro)
|
2015-06-15 19:21:14 +03:00 |
|
Nekotekina
|
1256d648c1
|
be_t simplified, vm::ref improved
remove_be_t renamed to to_ne_t (to native endianness)
le_t and to_le_t draft, bugfixes
|
2015-06-15 19:21:07 +03:00 |
|
DHrpcs3
|
39e679806b
|
Implemented some sys_prx syscalls
Fixed vm::ptr
Conflicts:
Utilities/BEType.h
Utilities/StrFmt.cpp
rpcs3/Emu/Memory/vm_ptr.h
rpcs3/Emu/SysCalls/lv2/sys_prx.cpp
rpcs3/Emu/SysCalls/lv2/sys_prx.h
Cherry-picked commit "Implemented some sys_prx syscalls"
|
2015-05-29 04:34:30 +03:00 |
|
Nekotekina
|
78fdcf75e7
|
Attribute macro changed
__forceinline -> force_inline
__noinline -> never_inline
printf_alike(x,y) added
|
2015-05-28 18:14:22 +03:00 |
|
Nekotekina
|
22b78fec71
|
IdManager improved, atomic_t improved
Various changes
|
2015-05-27 06:11:59 +03:00 |
|
Nekotekina
|
2cafa84b75
|
Small changes
|
2015-04-18 20:18:23 +03:00 |
|
Nekotekina
|
00205bfa58
|
Abstract class for MsgDialog interface
|
2015-04-15 21:33:44 +03:00 |
|
Nekotekina
|
d032bc5691
|
vfsLocalDir, rFile routines improved
|
2015-04-15 17:27:37 +03:00 |
|
Nekotekina
|
3cf80b0831
|
sys_lwcond* funcs moved and rewritten
|
2015-03-09 22:56:55 +03:00 |
|
Nekotekina
|
1653991b9d
|
Using "using" in vm::ptr/ref
|
2015-03-09 04:57:50 +03:00 |
|
Nekotekina
|
942d984dc5
|
sys_process_get_paramsfo implemented
|
2015-02-28 17:41:15 +03:00 |
|
Nekotekina
|
39db6bb461
|
Reservations improved
|
2015-02-07 16:46:42 +03:00 |
|
Nekotekina
|
6cab4d7100
|
Some functions added
|
2015-01-30 15:19:01 +03:00 |
|
Nekotekina
|
579a88b7c4
|
vm_ptr: function format changed
|
2015-01-28 15:59:16 +03:00 |
|
Nekotekina
|
509e09c2c5
|
ARMv7Callback.h, psv modules initialization fixed
sceLibc: __cxa_atexit, __aeabi_atexit
|
2015-01-21 17:34:05 +03:00 |
|
Nekotekina
|
36a134798b
|
Small vm fix
|
2015-01-20 00:30:33 +03:00 |
|
Nekotekina
|
c4558d2ca7
|
cast_armv7_gpr added
|
2015-01-19 21:02:33 +03:00 |
|
Nekotekina
|
6ec6303933
|
Compilation fix
|
2015-01-19 19:59:07 +03:00 |
|
Nekotekina
|
1629feb15e
|
vm::ptr::make() fixed, added to_le() method
|
2015-01-19 19:30:35 +03:00 |
|
Nekotekina
|
8ecf3dcc80
|
Compilation fix
|
2015-01-19 17:34:11 +03:00 |
|
Nekotekina
|
f3c9143a81
|
cast_to_ppu_gpr(), cast_from_ppu_gpr() updated
|
2015-01-19 17:16:31 +03:00 |
|
Nekotekina
|
0d28f378a7
|
fmt::format() optimization (fmt::unveil template)
|
2015-01-19 01:54:56 +03:00 |
|
Nekotekina
|
cdeac05e88
|
vm::cast
|
2015-01-14 16:57:19 +03:00 |
|
Nekotekina
|
88fd748dd5
|
Experimental vm::ptr support for fmt::format
|
2015-01-13 20:14:07 +03:00 |
|
Nekotekina
|
da09477be8
|
Callback syntax changed
call() became overloaded () operator
|
2015-01-11 13:43:40 +03:00 |
|
Nekotekina
|
f3cd908d5c
|
Sync primitives reworked
(rwlock rewritten)
|
2015-01-02 02:41:29 +03:00 |
|
Nekotekina
|
ea1bad8724
|
Merge branch 'master' of https://github.com/DHrpcs3/rpcs3
|
2014-11-24 22:51:01 +03:00 |
|
DHrpcs3
|
795729a0b7
|
Fixed vm_ptr
Improved elf64 loader.
Minor improvements to vm.
Added hotkeys to MainFrame.
|
2014-11-24 20:12:04 +02:00 |
|
Nekotekina
|
8df2c3d707
|
Merge branch 'master' of https://github.com/DHrpcs3/rpcs3
|
2014-11-22 19:49:54 +03:00 |
|
Raul Tambre
|
16b4b9bf40
|
Fix Travis compiling
|
2014-11-21 15:52:01 +02:00 |
|
DHrpcs3
|
cdfef3bf9e
|
Fixed compilation errors
Implemented converter_le_be
|
2014-11-20 21:41:04 +02:00 |
|
DHrpcs3
|
598d929aba
|
Implemented LLE Modules Manager (draft)
Improved loader core.
Implemented *_thread wrappers.
Minor fixes.
Temporary disabled ELF Compiler & DisAsm frame.
|
2014-11-19 16:16:30 +02:00 |
|
Nekotekina
|
c8d4193f08
|
PSV: sceKernelCreateThread and sceKernelStartThread
Some fixes in callback manager
|
2014-11-10 03:21:50 +03:00 |
|
Nekotekina
|
6b0857dcff
|
Conflicts fixed
|
2014-10-02 16:19:52 +04:00 |
|
Nekotekina
|
4a6779469c
|
Memory fixes
|
2014-10-01 17:18:38 +04:00 |
|
DHrpcs3
|
eada1fe12c
|
Improved be_t
Fixed NV4097_SET_TWO_SIDE_LIGHT_EN
Added LIS, ORI, NOP & BLR to PPU Jit
|
2014-10-01 12:45:43 +03:00 |
|
Nekotekina
|
5a4aa9096b
|
Float/vector arg support for callbacks
|
2014-09-12 17:08:24 +04:00 |
|
Nekotekina
|
cd39256361
|
CallbackManager rewritten
|
2014-09-11 23:18:19 +04:00 |
|
Nekotekina
|
470afd78d5
|
WIP (cellPngDec refactoring)
|
2014-09-08 04:54:17 +04: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 |
|
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 |
|
Nekotekina
|
bd9775e0eb
|
Callbacks fix + TODO
|
2014-09-02 02:59:46 +04:00 |
|
Nekotekina
|
9c94a6943d
|
mem_bptr_t replaced
|
2014-09-02 02:22:13 +04:00 |
|
Nekotekina
|
09022b1000
|
Compilation fix 2 + callback fix
|
2014-09-01 21:38:55 +04:00 |
|