Lioncash
2185465d34
Remove an unnecessary c_str call.
2014-03-26 19:54:09 -04:00
Lioncash
a7bc2034d0
Use Push instead of AddCpy in CallStackBranch.
2014-03-26 19:25:12 -04:00
Nekotekina
994ce50392
Experimental libmixer
...
adec, vdec improved
fixed sound
2014-03-27 02:45:58 +04:00
Nekotekina
79c01316d6
Merge branch 'master' of https://github.com/DHrpcs3/rpcs3
2014-03-26 16:00:58 +04:00
Alexandro Sánchez Bach
c57d3af8dd
Merge pull request #120 from xsacha/master
...
Linux build fix
2014-03-26 10:02:03 +01:00
Sacha
ebc6b9e66e
Fix an assign. Some other misc changes.
2014-03-26 10:29:17 +10:00
Sacha
3e9cbb4a24
Linux build fix.
2014-03-26 10:23:06 +10:00
Nekotekina
7f7a23027b
Merge branch 'master' of https://github.com/DHrpcs3/rpcs3
2014-03-26 02:26:11 +04:00
Nekotekina
8a54f542d0
Reservation improved
2014-03-25 17:05:07 +04:00
Alexandro Sánchez Bach
31e1464e1a
Merge pull request #117 from lioncash/const-references
...
Use const references for the string keys in Ini.cpp/.h
2014-03-25 02:11:56 +01:00
Alexandro Sánchez Bach
621edfb926
Merge pull request #118 from lioncash/misc-things
...
Fix erroneous assignment in an if statement.
2014-03-25 02:09:11 +01:00
Lioncash
a5d9c9033f
Fix erroneous assignment in an if statement.
...
Should have been a comparison.
2014-03-24 20:08:33 -04:00
Lioncash
b8d3ce7ae8
Use const references for the string keys in Ini.cpp/.h
2014-03-24 19:53:14 -04:00
Nekotekina
21d19ccd59
Small RSX fix
2014-03-24 21:51:20 +04:00
Nekotekina
9b1c0c97d3
Merge branch 'master' of https://github.com/DHrpcs3/rpcs3
2014-03-24 19:28:28 +04:00
Alexandro Sánchez Bach
0ef0cfb38a
Merge pull request #114 from lioncash/misc-things
...
Misc things
2014-03-24 15:32:16 +01:00
lioncash
90b83f6b3e
Fix a missing return in an if statement in sceNpTrophyCreateContext.
2014-03-24 09:40:25 -04:00
lioncash
6841230141
Fix erroneous duplicate condition check in cellSpursGetTasksetId.
2014-03-24 09:40:02 -04:00
lioncash
8302e6c001
Fix case where UTF16stoUTF8s in cellL10n.cpp would always fail out if compiled with Visual Studio.
2014-03-24 09:21:17 -04:00
lioncash
4db1f49aaf
Remove redundant assignment in RSXThread.
...
This is assigned the same value further down the function.
2014-03-24 08:53:34 -04:00
lioncash
c00850c4c5
Minor const correctness
2014-03-24 08:47:30 -04:00
lioncash
874da27599
Initialize strings through the initializer list in PPUProgramCompiler.h
2014-03-24 08:40:35 -04:00
Hykem
ea34cb52c1
Merge pull request #112 from Dante38490/patch-1
...
Update git-version-gen.cmd
2014-03-23 20:49:05 +00:00
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
Dante38490
3701b2b551
Update git-version-gen.cmd
...
little change add adress website officiel
2014-03-22 11:45:59 +01: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