Nekotekina
|
ffc11bfda3
|
b8 type
|
2015-08-01 14:38:45 +03:00 |
|
Nekotekina
|
6462201aac
|
Some macro removed
|
2015-07-21 23:14:41 +03:00 |
|
Nekotekina
|
0aefaec46e
|
sys_event improved, some unnamed functions named
|
2015-07-21 23:14:38 +03:00 |
|
Nekotekina
|
2f7fe35f5c
|
Minor style change
|
2015-07-21 23:14:31 +03:00 |
|
Nekotekina
|
c0f13f7084
|
sleep_queue_t rewritten, used in sys_cond/sys_mutex
Some synchronization fixes
|
2015-07-10 04:31:34 +03:00 |
|
Nekotekina
|
83321c5be7
|
sys_time_get_current_time fixed, CALL_FUNC draft
|
2015-07-10 04:31:30 +03:00 |
|
Nekotekina
|
6f1e76198a
|
Some fixes
|
2015-07-10 04:31:18 +03:00 |
|
Nekotekina
|
3aefa2b4e1
|
ThreadBase rewritten (wip)
|
2015-07-10 04:31:16 +03:00 |
|
Nekotekina
|
ef6f9f6ded
|
be_t constructor implemented, make() eliminated
be_t enums are forbidden, le_t improved, some operators cleaned.
|
2015-07-10 04:31:07 +03:00 |
|
Nekotekina
|
317417d541
|
vm::cptr/bcptr/lcptr used widely for const pointers
|
2015-07-10 04:30:53 +03:00 |
|
Nekotekina
|
a70d305806
|
IdManager fix
|
2015-05-28 22:13:35 +03:00 |
|
Nekotekina
|
22b78fec71
|
IdManager improved, atomic_t improved
Various changes
|
2015-05-27 06:11:59 +03:00 |
|
Hykem
|
d18d19870f
|
Merge pull request #1062 from Nekotekina/master
SPURecompiler improved
|
2015-04-25 19:32:47 +01:00 |
|
Nekotekina
|
4874a81dc5
|
cellSaveData improved
|
2015-04-17 07:37:13 +03:00 |
|
Nekotekina
|
d2ad84453d
|
KernelExplorer fixed
|
2015-04-14 05:00:31 +03:00 |
|
Nekotekina
|
fea6fd1a70
|
Bugfixes
|
2015-04-12 23:16:30 +03:00 |
|
luxsie
|
147c50e7ca
|
Removed some useless comments, thank Neko.
|
2015-04-11 00:27:20 +08:00 |
|
luxsie
|
cd23a2ecaf
|
CppCheck: About assert side-effect and remove_if that i don't know enough..
|
2015-04-10 19:29:45 +08:00 |
|
Nekotekina
|
befc0f62b8
|
Lv2 lwcond "true" syscalls
|
2015-03-10 17:42:08 +03:00 |
|
Nekotekina
|
1653991b9d
|
Using "using" in vm::ptr/ref
|
2015-03-09 04:57:50 +03:00 |
|
Nekotekina
|
cf335a5dc4
|
Video freezing fixed
|
2015-03-07 20:39:25 +03:00 |
|
Nekotekina
|
d234493b4a
|
Compilation fix
|
2015-03-07 01:58:42 +03:00 |
|
Nekotekina
|
ef65299dff
|
Lv2 Cond/Mutex rewritten, bugfixes
|
2015-03-07 01:10:04 +03:00 |
|
Nekotekina
|
9e49a33b3c
|
SPU syscall improvements
|
2015-03-05 00:51:14 +03:00 |
|
Nekotekina
|
655acc746d
|
HLE function binding for PPU/ARMv7 simplified
|
2015-02-20 16:58:40 +03:00 |
|
Nekotekina
|
af986d8f4c
|
Loader improved, ModuleManager refactored
|
2015-02-18 19:22:06 +03:00 |
|
Nekotekina
|
1629feb15e
|
vm::ptr::make() fixed, added to_le() method
|
2015-01-19 19:30:35 +03:00 |
|
Nekotekina
|
0d28f378a7
|
fmt::format() optimization (fmt::unveil template)
|
2015-01-19 01:54:56 +03:00 |
|
Nekotekina
|
011362bf1c
|
Things updated
|
2015-01-17 21:33:39 +03:00 |
|
Nekotekina
|
fd06f70387
|
cellAudio updated, thread_t updated
|
2015-01-16 17:36:53 +03:00 |
|
Nekotekina
|
824b0f832a
|
Compilation fix
|
2015-01-14 02:32:44 +03:00 |
|
Nekotekina
|
bf7cf0ee9d
|
.ToLE() changed to .value() or removed
|
2015-01-14 02:08:00 +03:00 |
|
Nekotekina
|
b6ec618f97
|
Experimental template formatting with be_t<> support
|
2015-01-12 21:12:06 +03:00 |
|
Nekotekina
|
c89d2cf138
|
a128() removed
|
2015-01-11 15:13:18 +03:00 |
|
Nekotekina
|
da09477be8
|
Callback syntax changed
call() became overloaded () operator
|
2015-01-11 13:43:40 +03:00 |
|
Nekotekina
|
318d7276c0
|
Warning fix
|
2015-01-02 18:29:57 +03:00 |
|
Nekotekina
|
f16ec62b4a
|
Bugfix
|
2014-12-28 18:53:02 +03:00 |
|
Nekotekina
|
7613d749ec
|
SQueue renamed and moved
|
2014-12-25 01:24:17 +03:00 |
|
Nekotekina
|
d8239a39c9
|
std::shared_ptr in IdManager
|
2014-12-24 02:38:13 +03:00 |
|
Nekotekina
|
b2de24db73
|
SMutex eliminated
|
2014-12-23 02:31:11 +03:00 |
|
Nekotekina
|
154433b2e9
|
Bugfix
|
2014-12-12 04:27:27 +03:00 |
|
Nekotekina
|
058eb9e709
|
Demuxer improved
|
2014-12-12 03:21:34 +03:00 |
|
Nekotekina
|
270bfad96f
|
asserts replaced
|
2014-12-06 12:28:17 +03:00 |
|
Nekotekina
|
6e1e537b5f
|
Small fix
|
2014-12-06 03:50:39 +03:00 |
|
Nekotekina
|
eb7cd7ccce
|
Demuxer improved + MSVC thread name registrering
|
2014-12-05 19:12:15 +03:00 |
|
Nekotekina
|
8cb8298c03
|
Going to fix demuxer
|
2014-12-03 16:21:58 +03: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 |
|
Nekotekina
|
c8d4193f08
|
PSV: sceKernelCreateThread and sceKernelStartThread
Some fixes in callback manager
|
2014-11-10 03:21:50 +03:00 |
|
Nekotekina
|
09a4d14f8f
|
cellAdec improved
|
2014-10-28 00:24:11 +03:00 |
|