Nekotekina
7bab42455b
Minor fixes
...
cellAtrac faked
2014-03-23 23:43:37 +04:00
B1ackDaemon
d1ffea0847
Merge pull request #113 from Nekotekina/master
...
Playable video
2014-03-22 23:09:00 +02:00
Nekotekina
be80a7c39c
SC_Lwcond fixed
2014-03-23 01:04:55 +04:00
Nekotekina
d0ea397492
cellAtrac draft
...
sys_spu_thread_group_resume
Some bugs fixed
2014-03-22 15:08:07 +04:00
Nekotekina
169fcd098b
Demuxer improvement
2014-03-22 05:08:25 +04:00
Nekotekina
5ea58d9451
ConLog unicode support improved
2014-03-21 19:06:08 +04:00
Nekotekina
39d1e21802
Fix slashes for Windows :p
2014-03-21 13:45:26 +04:00
Nekotekina
cad7a05848
Merge branch 'master' of https://github.com/DHrpcs3/rpcs3
2014-03-21 13:02:10 +04:00
Alexandro Sánchez Bach
ad7ac17647
Small fixes in sceNpTrophy and cellSaveData
...
* Added cellSaveData.cpp to the project.
* Fixed wrong cellSaveData structs.
* Fixed compilation problem caused by the switch/case statements
introduced in sceNpTrophy and TROPUSR.cpp in the last commit
2014-03-21 00:46:27 +01:00
Alexandro Sánchez Bach
f86ac251a8
TROPUSR Loader & sceNpTrophy stuff
...
* Added a loader for the TROPUSR.DAT files.
* Added a few structs/enums to sceNpTrophy.h
* Added more sceNpTrophy functions and updated other ones.
* Updated cellHddGame error codes in cellSysutil.h
* Added addresses of cellHddGame to cellSysutil_init.
NOTE: There is a known problem in the `if
(!Emu.GetVFS().ExistsFile(filepath))` in `TROPUSRLoader::Load` which
causes the games to overwrite their TROPUSR.DAT file every time they
boot and they "forget" the unlocked trophies. However, as long as the
game is running the unlocked trophies should be still there.
2014-03-20 19:23:14 +01:00
Alexandro Sánchez Bach
834700eb24
Merge pull request #110 from Bigpet/master
...
stswi and lswi instructions
2014-03-20 02:56:56 +01:00
Peter Tissen
f0e73a652f
stswi and lswi instructions
2014-03-20 02:48:02 +01:00
Alexandro Sánchez Bach
f0129382b9
Merge pull request #109 from Bigpet/master
...
Missed carry flag corrections and the rotate fixes
2014-03-20 01:03:59 +01:00
Peter Tissen
6e4203998a
Merge branch 'master' of https://github.com/DHrpcs3/rpcs3
2014-03-20 00:51:58 +01:00
Alexandro Sánchez Bach
cd4f0b2c68
Merge pull request #108 from Bigpet/master
...
added SUBFME, SUBFZE and fix cache folder creation
2014-03-20 00:10:12 +01:00
Nekotekina
87e016bdf0
RLWIMI, RLWINM and RLWNM fixed
2014-03-19 23:40:52 +01:00
Peter Tissen
5a1ce28105
fix carry errors
2014-03-19 23:40:49 +01:00
Peter Tissen
acf955635f
correct the subtraction instructions and try something more sensible for overflow detection
2014-03-19 18:13:52 +01:00
Alexandro Sánchez Bach
8c2aee5e64
cellHddGameCheck and some fixes
...
* Fixed wrong endianness in several structs.
* Fixed CreateFile-related bug in TRP Loader.
* Added cellHddGame (cellSysutil) structs and cellHddGameCheck.
2014-03-19 16:19:35 +01:00
Nekotekina
a520934abd
RLWIMI, RLWINM and RLWNM fixed
2014-03-19 18:47:28 +04:00
Peter Tissen
27bb41d652
Merge branch 'master' of https://github.com/DHrpcs3/rpcs3
2014-03-19 14:38:42 +01:00
Nekotekina
38bfbe2c40
Audio decoding
2014-03-19 04:32:23 +04:00
Peter Tissen
2ddee26d83
add experimental subfme and subfze support and fix cache folder creation
2014-03-18 23:58:42 +01:00
Alexandro Sánchez Bach
37f7a31a22
Another small fix related with TextureBorderColor
...
TODO: Find an appropriate place for setting the GL_TEXTURE_BORDER_COLOR
parameter.
2014-03-18 18:27:11 +01:00
Alexandro Sánchez Bach
2601933bdc
TextureBorderColor & cellFont problems fixed
...
* Fixed tabs/spaces problem in cellSysutil.h too.
NOTE: The problem with cellFont (crash on line 604) has been fixed, but
for a high price: There is now a huge memory leak when a NULL pointer is
passed to cellFontRenderSurfaceInit.
2014-03-18 17:45:26 +01:00
Alexandro Sánchez Bach
fb38897b8f
Merge pull request #105 from kacek/master
...
implemented cellGcmsetTexture_BorderColor function
2014-03-18 13:00:35 +01:00
kacek
39dc6f0838
cellGcmSetTexture_BorderColor fix
2014-03-18 07:20:59 +01:00
kacek
4b14c72ed8
implemented cellGcmsetTexture_BorderColor function
2014-03-18 01:03:26 +01:00
Alexandro Sánchez Bach
cf4501fe41
cellGame, cellSysutil and TRP installer improved
...
* TRP Loader and sceNpTrophyRegisterContext improved.
* cellSysutil constants moved to cellSysutil.h
* cellGameBootCheck bug fixed that makes size->hddFreeSizeKB be 0.
* Added system language selector (this is *not* RPCS3's language).
cellSysutilGetSystemParamInt(0x111) will return the selected language.
NOTE: The problems caused by the last commit (pull request #104 merged)
are not yet fixed.
2014-03-17 20:34:19 +01:00
Alexandro Sánchez Bach
9786c036d5
Merge pull request #104 from xsacha/master
...
Fix some strings for Linux
2014-03-17 18:13:10 +01:00
Nekotekina
c4d9223034
event flag improvement (not finished)
...
Fixed empty SPU thread name issue
2014-03-17 19:07:47 +04:00
Sacha
6968137bbc
Fix slashes for Linux
2014-03-17 23:41:15 +10:00
Nekotekina
475c3ff967
Merge https://github.com/elisha464/rpcs3
2014-03-17 13:17:12 +04:00
Nekotekina
4cbe3a2a46
Merge branch 'master' of https://github.com/DHrpcs3/rpcs3
2014-03-17 13:16:43 +04:00
Nekotekina
1a1bed2258
Event flag partial implementation
2014-03-17 00:14:46 +04:00
Alexandro Sánchez Bach
39a717b239
Merge pull request #103 from xsacha/master
...
Linux build fix
2014-03-16 16:15:41 +01:00
Sacha
a00f47b5e4
Linux build fix
2014-03-16 22:49:05 +10:00
Nekotekina
4aa6ddf3dd
Weird MFC_PUTR_CMD handling
2014-03-16 01:33:19 +04:00
Nekotekina
c9a421f12f
SPU Thread Group-specific MMIO
...
LS access, SNR writing
2014-03-16 00:46:53 +04:00
Hykem
0a35c4f2c4
Added missing change.
2014-03-15 20:37:29 +00:00
Hykem
c4a9c874d1
Improved FRES and FRSQRTE results (tested with ppu_fpu).
...
Implemented and improved several SC_Memory syscalls.
Started working in sceNp module.
2014-03-15 19:45:43 +00:00
B1ackDaemon
65eb873597
Merge pull request #102 from Nekotekina/master
...
Different changes
2014-03-15 18:03:55 +02:00
Nekotekina
60d922da11
DMA List commands
...
cellAudio: multiple queue support
sys_cond simplified
cellFsMkdir (?)
2014-03-15 19:43:14 +04:00
Nekotekina
024aa0660c
Merge branch 'master' of https://github.com/DHrpcs3/rpcs3
2014-03-15 03:15:18 +04:00
Alexandro Sánchez Bach
6c4a980d36
Minor changes
...
* Fixed identation
* Make some parts of the code more readable.
2014-03-14 18:12:12 +01:00
Alexandro Sánchez Bach
48abfdfbb1
Merge pull request #101 from O1L/master
...
Minor changes.
2014-03-14 15:05:53 +01:00
O1L
b0f6b03c38
Fixed crash on using NUll Audio Output, fixed possible crash in OpenAL exit and minor changes in cellAudioEventQueue functions.
2014-03-14 17:53:37 +03:00
O1L
50d49141b0
Conflicts fixed.
2014-03-14 16:50:50 +03:00
Nekotekina
2c447f686d
sys_spinlock implemented
2014-03-13 20:11:16 +04:00
Nekotekina
2de22f0321
Fixed conflicts
2014-03-13 13:18:47 +04:00