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 |
|
The Dax
|
370b50a328
|
Fix Pangya: Fantasy Golf hang when going in-game via emulating SCE_KERNEL_ERROR_NOCWD correctly, or at least, more correctly than it was before.
|
2013-05-30 16:15:15 -04:00 |
|
Unknown W. Brackets
|
ee414830f6
|
Add some reporting in filesystem related code.
|
2013-05-26 20:23:09 -07:00 |
|
Henrik Rydgard
|
b2d57ff365
|
VERBOSE a log statement
|
2013-05-13 19:25:33 +02:00 |
|
Unknown W. Brackets
|
0f459f9000
|
Fail if the cwd is too long as well.
|
2013-05-12 17:03:46 -07:00 |
|
Unknown W. Brackets
|
8e1193feba
|
Fail with an error in sceIoChdir for invalid dev.
|
2013-05-12 16:51:08 -07:00 |
|