Raul Tambre
cc6ba726eb
Big improvements to cellCamera and cellGem
2015-02-11 23:09:48 +02:00
Peter Tissen
13d2f8fa59
re-enable threadlist in GUI
...
This used to crash so it was removed. However I think this is a cruicial feature.
This is the only way to observe the stack-frames, registers and disasm around the PC
in a user friendly way.
The reason this caused crashes was that we got a reference to a std::vector and iterated
over it in one thread while another thread could modify it (and thereby invalidating the
iterators). The way I "fixed" it is to just copy the `std::vector<std::shared_ptr<...>>`
and iterate over the copy. This obviously has some overhead (locking the shared_ptr
counters and incrementing them). It also allows entities other than the Thread manager
to keep the Thread objects frome being deleted but that should not be a problem.
2015-02-02 11:33:49 +01:00
Raul Tambre
78a92c7d43
More fixes and fixes to previous fixes
2015-01-26 21:01:47 +02:00
Raul Tambre
be50130c3f
Various fixes
...
Fixes to dead code and a couple self-assignings
2015-01-24 21:50:26 +02:00
Peter Tissen
71225da135
don't distinguish between windows and unix for no reason
2015-01-15 03:34:03 +01:00
Dante38490
d3c9aff2f4
Fix Typho
2015-01-15 02:26:49 +01:00
Dante38490
79e8ed47d5
Fix Linux 2
2015-01-15 00:46:42 +01:00
Dante38490
e5b59a6bad
Fix Compile Linux
2015-01-14 23:48:55 +01:00
Dante38490
3da3eee15f
Fix Git version and Remove old Platform on emucore.vcxproj
2015-01-14 22:46:02 +01: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
Oil
b5c33ec26b
Improved AudioThread interface, added XAudio2 audio output
2015-01-11 03:46:10 +04:00
Nekotekina
6cd2665e12
Conflicts fixed
2014-12-28 16:29:01 +03:00
Nekotekina
d11bdfedb6
GSFrame caption fixed
2014-12-28 16:15:53 +03:00
Oil
2a6f4e19cc
Some changes in LLEModulesManager and cellAudio
2014-12-27 21:25:51 +04:00
Nekotekina
be2d606193
Conflicts fixed
2014-12-26 17:06:36 +03:00
darkf
efd729d0b8
MemoryStringSearcher: drop superfluous qualifier
2014-12-25 00:53:56 -08:00
darkf
a94a7d4495
Add a memory ASCII string search
2014-12-24 20:39:57 -08:00
Nekotekina
cbdc32e95e
Kernel Explorer partially restored
2014-12-24 19:09:32 +03:00
Nekotekina
d8239a39c9
std::shared_ptr in IdManager
2014-12-24 02:38:13 +03:00
Raul Tambre
27c76960b4
Merge pull request #918 from Dante38490/patch-1
...
Fix Size Setting panel
2014-12-22 17:25:21 +02:00
Raul Tambre
4f031c11c6
Merge pull request #916 from tambry/master
...
Update submodules
2014-12-22 13:53:13 +02:00
DHrpcs3
e1ea7a28c3
Fixed condition decompilation in vertex & fragment shaders
...
Added 30 & 60 modes to frame limiter
2014-12-22 01:10:22 +02:00
Dante38490
7464843e53
Update MainFrame.cpp
...
Fix Size Setting panel for Tab Graphic
2014-12-22 00:06:25 +01:00
DHrpcs3
969cf67ba8
Implemented frame limiter
...
Some errors in unpkg replaced with warnings
2014-12-21 22:42:15 +02:00
Raul Tambre
688e5a3af6
Fix compiling
2014-12-21 21:44:07 +02:00
Oil
b3be4d11e3
Show more information in GSFrame, some changes in cellAudio
2014-12-21 20:29:51 +04:00
Nekotekina
e9653f1029
cellMsgDialogOpen2(): argument checking improved
2014-12-19 02:18:44 +03:00
raven02
3fc471eb32
RSX: shaders fix and vertex texture implementation
2014-12-17 22:01:59 +08:00
Oil
8ec5b1cd84
High rescale quality for icons in GameViewer, fixed removing of games in GameViewer
2014-12-15 21:38:12 +04: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
B1ackDaemon
e5718ed264
Merge pull request #896 from tambry/SailThings
...
cellSail additions, updates and fixes
2014-12-14 12:02:36 +02:00
raven02
cb52ca220e
vfs path fix
2014-12-14 17:36:32 +08:00
raven02
6c571b30d2
icon sizing fix
2014-12-14 16:21:38 +08:00
Raul Tambre
ebe2a5e2cc
cellSail additions, updates and fixes
2014-12-14 09:59:04 +02:00
raven02
8b4de95919
fix icon loading for blu-ray disc
2014-12-14 15:04:29 +08:00
raven02
7e2fa38519
sort name column by default
2014-12-14 14:54:26 +08:00
raven02
47fc7f22b0
mainframe resize
2014-12-14 14:48:24 +08:00
raven02
012af73844
Better fit the gameviewer
2014-12-14 14:47:06 +08:00
Oil
4ca8cb05fa
Build fix
2014-12-13 21:51:40 +04:00
Oil
6bd041f800
GUI: show game icons in GameViewer
2014-12-13 21:27:34 +04:00
Oil
c3696f7897
ARMv7 decoder reworked (needs more testing / fixes / optimisations). TODO: implement new ARMv7 disassembler (currently ARMv7DisAsm fully disabled), add 0x0 opcodes group.
2014-12-01 23:20:27 +04:00
Oil
b736b8616b
Merge branch 'master' of https://github.com/DHrpcs3/rpcs3
2014-12-01 20:47:48 +04:00
Alexandro Sánchez Bach
7ba0bda244
Merge pull request #878 from Nekotekina/master
...
PSV progression, loader fixes
2014-12-01 18:17:57 +01:00
Nekotekina
1568930da6
/dev_bdvd/ and /app_home/ fixed
2014-11-30 22:23:51 +03:00
Oil
58787f80a1
Conflicts fixed
2014-11-30 12:35:03 +04:00
Raul Tambre
6aff1545c2
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
rpcs3/Emu/SysCalls/lv2/lv2Fs.cpp
Update from master
2014-11-29 19:05:49 +02:00
Raul Tambre
bfff7ff5f9
Fix CellVideoOut values, formatting fixes
2014-11-29 19:01:04 +02:00
DHrpcs3
2b7f984de8
Fixed GameViewer
...
Disabled pause on null rsx instruction
2014-11-29 16:16:48 +02:00
DHrpcs3
a59cf50f03
Improved LLE Manager
...
Improved VFS
2014-11-29 15:16:53 +02:00