Unknown W. Brackets
|
f6482417ab
|
Return an int not a u32 for proper error check.
|
2013-12-09 08:04:33 -08:00 |
|
Unknown W. Brackets
|
0636a65ad9
|
Use ReadEntireFile() a few more places.
This fixes one or two minor memory leaks.
|
2013-12-08 12:02:37 -08:00 |
|
Unknown W. Brackets
|
18bcf63ee9
|
Add a convenience helper to load a file oneshot.
|
2013-12-08 11:05:36 -08:00 |
|
shenweip
|
a611ed3930
|
Remount all references in Remount func.
|
2013-11-26 18:20:33 +01:00 |
|
shenweip
|
7832cebacd
|
CleanUp.
|
2013-11-26 18:20:33 +01:00 |
|
Henrik Rydgård
|
4b063228f6
|
Fix path bug by using the right quotes..
|
2013-10-20 10:46:23 +02:00 |
|
Unknown W. Brackets
|
3499ef341a
|
Support \ paths within filenames.
|
2013-10-19 17:06:29 -07:00 |
|
Unknown W. Brackets
|
8c022d56be
|
Support non-pfat0 savestates, slightly hacky...
|
2013-10-13 09:34:20 -07:00 |
|
Unknown W. Brackets
|
132577a050
|
Ignore leading spaces on absolute paths.
Weird but true. Not sure if it will help any game.
|
2013-10-08 23:55:51 -07:00 |
|
Unknown W. Brackets
|
50e9e45d65
|
Check version in each DoState() func.
They bail on PointerWrap error or bad version.
|
2013-09-14 20:23:03 -07:00 |
|
Henrik Rydgard
|
8c88dff5a4
|
More log categories, use them (and existing ones). Improve log config.
|
2013-09-07 22:02:55 +02:00 |
|
Unknown W. Brackets
|
2488bce9ef
|
Doesn't seem like this is an issue anywhere.
|
2013-08-21 08:40:30 -07:00 |
|
Unknown W. Brackets
|
25c07aa945
|
Don't warn for umd0: and ms0:, not problems.
|
2013-08-18 18:38:05 -07:00 |
|
Unknown W. Brackets
|
54ca1e212f
|
Unmount filesystems during HLE shutdown.
Fixes #3115.
|
2013-08-10 14:04:07 -07:00 |
|
Unknown W. Brackets
|
333cc33efb
|
Handle OpenFile() errors in a more threadsafe way.
Probably needs better cleanup though.
|
2013-08-10 09:54:14 -07:00 |
|
Unknown W. Brackets
|
b5ac31bbea
|
Add locks to all the pspFileSystem methods.
|
2013-08-10 09:27:06 -07:00 |
|
tpunix
|
2de2c53918
|
new patch for ISOFilsSystem
|
2013-07-08 12:35:07 +08:00 |
|
Unknown W. Brackets
|
091d4ac76f
|
Fix dumb typo.
|
2013-07-06 15:14:50 -07:00 |
|
Unknown W. Brackets
|
c8ee2c0739
|
sceIoRename() ignores any path on dest.
Also, change the interface so it can return an error code. Currently not
returning perfect error codes but it's better than before.
|
2013-06-23 20:09:44 -07:00 |
|
Henrik Rydgard
|
4eb1638cc3
|
Merge remote-tracking branch 'origin' into mp3-support
Conflicts:
Core/HLE/sceAudio.cpp
Core/HLE/sceMp3.cpp
|
2013-06-22 18:08:43 +02:00 |
|
Unknown W. Brackets
|
06c19622d5
|
Fix some init/type warnings.
|
2013-05-31 23:14:29 -07:00 |
|
Unknown W. Brackets
|
7687bccce6
|
Try to avoid possible global var name conflicts.
|
2013-05-31 23:14:28 -07:00 |
|
The Dax
|
7ddf344bc1
|
Fix VS2010 debug builds. It was caused by my Pangya fix: I had this else statement in the wrong place.
|
2013-05-31 11:08:27 -04:00 |
|
The Dax
|
e4e642b2a7
|
Fix Call of Duty Road to Victory black screen caused by Pangya fix. It was just a simple oversight.
|
2013-05-30 23:02:53 -04:00 |
|
The Dax
|
77e4a8008b
|
Fix accidental typo in MetaFileSystem.cpp.
|
2013-05-30 16:23:25 -04:00 |
|