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 |
|
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 |
|
Unknown W. Brackets
|
37aa59fb3c
|
Keep track of disc0:/ vs. disc0: in path parsing.
The difference matters and was getting lost.
|
2013-05-12 16:01:38 -07:00 |
|
Sacha
|
2396574f45
|
Avoid name collision with StringUtil on Windows hosts. Fixes all Linux/Unix cross-compiles from Windows, including Harmattan and Blackberry.
|
2013-05-03 16:22:15 +10:00 |
|
Unknown W. Brackets
|
fe97fd6fc5
|
Add better savestate error handling.
Aborts when it can't load.
|
2013-04-13 01:39:17 -07:00 |
|
Unknown W. Brackets
|
1759bb8051
|
Use RemoveFile instead of DeleteFile in fs.
Windows defines DeleteFile to DeleteFileA/W, causing confusion.
|
2013-02-08 10:26:33 -08:00 |
|
Unknown W. Brackets
|
112c1e9e23
|
Automatically delete pointers when savestating.
|
2013-02-04 08:28:22 -08:00 |
|
Unknown W. Brackets
|
a4032c5170
|
Simplify savestate code so it's all automagical.
If you can't beat 'em, join 'em?
|
2013-02-04 08:27:01 -08:00 |
|
Unknown W. Brackets
|
cdb676f17a
|
Stop shadowing the i variable.
|
2013-01-31 00:02:53 -08:00 |
|
Xele02
|
3825df5c6a
|
Improve sceIo to pass io autotest.
io/io, io/cwd, io/directory ok
io/file still have a file mode fail
|
2013-01-21 01:25:48 +01:00 |
|
KentuckyCompass
|
a13c2da407
|
rename System -> MountPoint and add convenience wrapper
|
2013-01-11 10:10:37 -08:00 |
|
KentuckyCompass
|
9f4680a267
|
don't chop off prefix when mapping path for chdir
|
2013-01-11 10:10:36 -08:00 |
|
KentuckyCompass
|
5ce75551d7
|
map chdir paths
|
2013-01-10 16:18:03 -08:00 |
|
KentuckyCompass
|
320c0d06c3
|
Implement per-thread current directory
|
2013-01-10 16:18:02 -08:00 |
|
Unknown W. Brackets
|
6327c6e629
|
Make filesystem prefix matching case fold.
Even Ms0:/, disC0:/ and HoSt0:/ etc. work.
|
2013-01-09 00:57:44 -08:00 |
|
Henrik Rydgard
|
883f61e3dd
|
Savestates: Add quicksave/quickload. Add Android UI for savestates. All single slot for now.
|
2013-01-02 21:05:02 +01:00 |
|
Unknown W. Brackets
|
4b39e39455
|
Start save stating the filesystem state.
Plus minor fixes and at least an attempt to make states the same
on both 32 and 64 bit.
|
2012-12-28 13:55:27 -08:00 |
|
KentuckyCompass
|
33429ebf93
|
Confirmed: PSP ignores .. beyond root.
|
2012-12-27 05:27:13 -08:00 |
|
Henrik Rydgård
|
1328413dfc
|
Filesystems: add host0: hack, proper shutdown of DirectoryFileSystem
|
2012-12-26 08:24:19 +01:00 |
|
KentuckyCompass
|
aeafc92d3b
|
paths with a colon are never relative
|
2012-12-20 05:33:05 -08:00 |
|
Henrik Rydgard
|
4541c3e18b
|
Slightly better logging in path mapping
|
2012-12-19 11:11:56 +01:00 |
|
Henrik Rydgard
|
90e87ead84
|
Fix a relative path issue - apparently paths starting with '/' are still relative.
|
2012-12-18 14:13:35 +01:00 |
|
Henrik Rydgard
|
2937928237
|
Better hack for a path problem. Still don't get it.
|
2012-12-18 00:01:40 +01:00 |
|
Henrik Rydgard
|
5ff2bf84ef
|
Path cleaning bugfix
|
2012-12-17 22:34:34 +01:00 |
|
KentuckyCompass
|
360738d366
|
tolerate prefix without path in current directory and quiet redundant 'starting with' message
|
2012-12-15 04:09:37 -08:00 |
|
KentuckyCompass
|
8f00757ceb
|
remove simple current directory concatenation in favor of new relative path handling
|
2012-12-15 03:55:02 -08:00 |
|