Nekotekina
|
cdeac05e88
|
vm::cast
|
2015-01-14 16:57:19 +03:00 |
|
Nekotekina
|
bf7cf0ee9d
|
.ToLE() changed to .value() or removed
|
2015-01-14 02:08:00 +03:00 |
|
Nekotekina
|
88fd748dd5
|
Experimental vm::ptr support for fmt::format
|
2015-01-13 20:14:07 +03:00 |
|
Nekotekina
|
1c4e89d2bf
|
Formatting fixes, ToBE() replaced with data()
|
2015-01-13 17:54:36 +03:00 |
|
Nekotekina
|
fe86869f37
|
Fix
|
2015-01-13 03:10:39 +03:00 |
|
Nekotekina
|
25672cdc47
|
cntlz fix
|
2015-01-13 00:32:53 +03:00 |
|
Nekotekina
|
7372583cab
|
Compilation fix 3
|
2015-01-12 23:37:29 +03:00 |
|
Nekotekina
|
e40347dd53
|
Compilation fix 2
|
2015-01-12 22:31:11 +03:00 |
|
Nekotekina
|
b90540c1eb
|
Compilation fix
|
2015-01-12 22:11:55 +03:00 |
|
Nekotekina
|
b6ec618f97
|
Experimental template formatting with be_t<> support
|
2015-01-12 21:12:06 +03:00 |
|
Nekotekina
|
c36e692411
|
be_storage_t
BE data is internally stored as u8, u16, u32, u64, u128 value (decreases
amount of reinterpret casts in be<>le conversions)
|
2015-01-11 12:33:05 +03:00 |
|
Nekotekina
|
056f93f3e4
|
Linux fixes
|
2015-01-09 01:17:26 +03:00 |
|
Nekotekina
|
ba5e2e3f0f
|
Fix 3
|
2015-01-05 01:29:51 +03:00 |
|
Nekotekina
|
43ebd4450d
|
Fix 2
|
2015-01-05 01:01:43 +03:00 |
|
Nekotekina
|
63df801b03
|
Compilation fix
|
2015-01-05 00:59:17 +03:00 |
|
Nekotekina
|
6069071e4d
|
Code moved, attempt to make SIGSEGV handler
|
2015-01-05 00:46:31 +03:00 |
|
Nekotekina
|
f3cd908d5c
|
Sync primitives reworked
(rwlock rewritten)
|
2015-01-02 02:41:29 +03:00 |
|
Nekotekina
|
653db28675
|
removed excessive stuff
|
2014-12-28 16:15:22 +03:00 |
|
Nekotekina
|
be2d606193
|
Conflicts fixed
|
2014-12-26 17:06:36 +03:00 |
|
Nekotekina
|
1491dcdc92
|
squeue_t fix 2
|
2014-12-26 01:58:43 +03:00 |
|
Nekotekina
|
bdbbde4d36
|
squeue_t fixed
|
2014-12-26 01:49:55 +03:00 |
|
Nekotekina
|
c305949435
|
Compilation fix
|
2014-12-25 23:30:34 +03:00 |
|
Nekotekina
|
7613d749ec
|
SQueue renamed and moved
|
2014-12-25 01:24:17 +03:00 |
|
Nekotekina
|
b2de24db73
|
SMutex eliminated
|
2014-12-23 02:31:11 +03:00 |
|
raven02
|
0506bf0352
|
Reapply fmt::merge change
|
2014-12-21 07:30:30 +08:00 |
|
raven02
|
37838a49ec
|
Revert fmt::merge
|
2014-12-18 00:10:20 +08:00 |
|
raven02
|
3fc471eb32
|
RSX: shaders fix and vertex texture implementation
|
2014-12-17 22:01:59 +08:00 |
|
Hykem
|
24c5e7d6cd
|
Merge pull request #886 from Arkaran99/master
Avoid giving arguments by value for log
|
2014-12-14 13:11:50 +00: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 |
|
DHrpcs3
|
a58c5f5a4c
|
VFS fixes
- using /app_home/ as local link
Implemented fmt::merge & fmt::tolower
|
2014-11-30 13:18:17 +02:00 |
|
DHrpcs3
|
a59cf50f03
|
Improved LLE Manager
Improved VFS
|
2014-11-29 15:16:53 +02: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
|
df72f5e37c
|
ARMv7: CMP_REG, LDR_IMM, LDR_LIT, STR_REG, SUB_REG
sceLibc: exit and printf drafts
This actually allows to display hello world.
|
2014-11-02 18:50:20 +03:00 |
|
Nekotekina
|
6df5ddb973
|
Few warnings fixed
|
2014-10-24 17:24:09 +04:00 |
|
S Gopal Rajagopal
|
dfd3425e65
|
Merge remote-tracking branch 'upstream/master' into ppu_llvm_recompiler
Conflicts:
Utilities/BEType.h
rpcs3/Emu/Cell/PPUInterpreter.h
rpcs3/emucore.vcxproj.filters
|
2014-10-22 00:01:16 +05:30 |
|
S Gopal Rajagopal
|
8a7ba5a709
|
Merge remote-tracking branch 'upstream/master' into ppu_llvm_recompiler
Conflicts:
Utilities/BEType.h
rpcs3/Emu/Cell/PPUInterpreter.h
rpcs3/emucore.vcxproj.filters
|
2014-10-19 02:36:26 +05:30 |
|
S Gopal Rajagopal
|
ce4d04290e
|
Support more instructions
|
2014-10-19 01:57:54 +05:30 |
|
Nekotekina
|
81474be103
|
AV decoding minor cleanup
|
2014-10-18 21:00:21 +04:00 |
|
Nekotekina
|
318d06efda
|
cellAdecClose, cellVdecClose fix
|
2014-10-18 02:20:03 +04:00 |
|
Nekotekina
|
18930a43f2
|
waiter_map_t small fix
|
2014-10-18 00:13:25 +04:00 |
|
Nekotekina
|
5de059789d
|
waiter_map_t for syncRwm and syncQueue
|
2014-10-16 23:34:17 +04:00 |
|
Nekotekina
|
f839713a94
|
Bugfix
|
2014-10-16 21:07:41 +04:00 |
|
Nekotekina
|
18b69cac99
|
waiter_map_t : concept changed
Purpose-specific waiter_map_t objects instead of global one. SM_Sleep()
removed.
|
2014-10-16 20:29:41 +04:00 |
|
Nekotekina
|
48eb66383b
|
waiter_reg_t, cellSyncBarrier improved
|
2014-10-11 02:37:20 +04:00 |
|
Nekotekina
|
3c2e0fff07
|
waiter_op() and waiter_signal() basis
Simplified signaling on condition variables without using them directly.
|
2014-10-11 01:33:57 +04:00 |
|
Nekotekina
|
446993eaa6
|
Atomic intrinsics for u128 type
cellSpursGetSpuThreadGroupId
cellSpursGetNumSpuThread
cellSpursGetSpuThreadId
|
2014-10-10 22:41:57 +04:00 |
|
Nekotekina
|
09fbda603c
|
Atomic intrinsics refactoring
|
2014-10-10 22:19:14 +04:00 |
|