tpunix
|
2d50f6e074
|
add isBlockSectorMode to savestate
|
2013-07-08 16:34:09 +08:00 |
|
tpunix
|
543b08ac07
|
bugfix of ISOFileSystem
|
2013-07-08 15:17:42 +08:00 |
|
tpunix
|
2de2c53918
|
new patch for ISOFilsSystem
|
2013-07-08 12:35:07 +08:00 |
|
Henrik Rydgard
|
a8e932830e
|
Revert part of 3ac9aa9cfb , it crashes GTA: LCS. @tpunix, might want to investigate.
|
2013-07-07 14:19:40 +02:00 |
|
tpu
|
3ac9aa9cfb
|
bug fix about ISOfilesystem and sceIo
|
2013-07-06 23:42:49 +08:00 |
|
Unknown W. Brackets
|
010bd689f6
|
Parse sce_lbn more leniently, like the PSP does.
|
2013-06-23 16:21:04 -07:00 |
|
Henrik Rydgard
|
74638ef4ae
|
More autodownload UI work etc
|
2013-06-04 22:32:52 +02:00 |
|
Unknown W. Brackets
|
ee414830f6
|
Add some reporting in filesystem related code.
|
2013-05-26 20:23:09 -07:00 |
|
Unknown W. Brackets
|
225d09555b
|
Properly savestate umd0: references.
|
2013-05-12 16:37:03 -07:00 |
|
Unknown W. Brackets
|
053b33f5e2
|
Remove the ISOFileSystem freelist, not threadsafe.
|
2013-04-13 13:04:39 -07:00 |
|
Unknown W. Brackets
|
bfaf9d0d6d
|
Clean up restricted ISO reading.
|
2013-04-03 00:18:51 -07:00 |
|
Unknown W. Brackets
|
417ce893dc
|
Darn, sorry, missed a typo.
|
2013-03-31 23:56:21 -07:00 |
|
Unknown W. Brackets
|
eeafcaff52
|
Typo in restricted ISO reading.
|
2013-03-31 23:50:10 -07:00 |
|
Unknown W. Brackets
|
d11a5debcb
|
Add a way to restrict ISO reading to a single path.
This is for GameInfoCache.
|
2013-03-31 21:36:12 -07:00 |
|
Unknown W. Brackets
|
20bb55e1cb
|
Speed up reading multiple isos in a row.
|
2013-03-31 20:58:24 -07:00 |
|
Unknown W. Brackets
|
f4a0709286
|
Correct the startSector read by sceIoDread().
|
2013-03-03 22:05:23 -08:00 |
|
Unknown W. Brackets
|
64c42ffaf2
|
Fix some warnings generated by clang.
|
2013-02-24 10:23:31 -08:00 |
|
Henrik Rydgard
|
5ace14dd30
|
Log level adjustments
|
2013-02-12 22:09:40 +01:00 |
|
Unknown W. Brackets
|
fbfc1b7f10
|
Correctly read ISO 9660 directory entries.
Before, we would often duplicate the last entry in a directory.
|
2013-02-09 21:26:55 -08:00 |
|
Unknown W. Brackets
|
d26bebc685
|
Return an error if the raw lbn is too high.
|
2013-01-09 01:13:38 -08:00 |
|
Unknown W. Brackets
|
b7be025bde
|
Fix basic seeking within an lbn raw file.
|
2013-01-09 00:45:59 -08:00 |
|
Unknown W. Brackets
|
a59fe8eb0f
|
Fix sce_lbn parsing for missing 0x, etc.
|
2013-01-09 00:10:52 -08:00 |
|
Henrik Rydgard
|
a9c171c786
|
Fix bAutoRun config option, add to menu. (Run on Load).
|
2013-01-04 10:26:14 +01:00 |
|
Arthur Blot
|
c2851467e5
|
No more useless errors/warnings at all!
|
2013-01-02 19:42:15 +01:00 |
|
Unknown W. Brackets
|
1768365c13
|
Fix a memory leak in the ISO filesystem.
|
2012-12-28 13:55:28 -08: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 |
|
Unknown W. Brackets
|
17750c7c80
|
Need this for the debug build.
|
2012-12-21 16:28:55 -08:00 |
|
Unknown W. Brackets
|
ec753a3575
|
Fix some ignored error / shadowing warnings.
|
2012-12-21 16:23:21 -08:00 |
|
Unknown W. Brackets
|
56fa601d24
|
Add include for tolower(), made Android unhappy.
|
2012-12-19 22:27:26 -08:00 |
|
Henrik Rydgard
|
19af6531f7
|
Warning fix (and I don't like shadowing)
|
2012-12-17 22:06:19 +01:00 |
|
TMaul
|
0ae55ae65c
|
Ooops, didnt mean to leave that uncommented :)
|
2012-12-17 20:28:50 +00:00 |
|
TMaul
|
458ed7f421
|
Make filename checks on iso case insentitive
But still keep them logically in the same case they are on the discs
|
2012-12-17 20:23:36 +00:00 |
|
Henrik Rydgard
|
e370a1a8aa
|
Fix project and .rc so it builds with VS 2010 Express, thanks Darth1701. Plus logging tweaks.
|
2012-11-29 10:41:48 +01:00 |
|
Henrik Rydgard
|
7720dc3f60
|
Various warning, logging, jit fixes
|
2012-11-17 19:56:28 +01:00 |
|
Henrik Rydgard
|
343b9435b9
|
A few minor fixes + buildfix
|
2012-11-10 23:44:14 +01:00 |
|
gigaherz
|
106395f392
|
Make sure it REALLY is a relative entry.
|
2012-11-10 12:32:23 +01:00 |
|
gigaherz
|
0571198619
|
Actually parse the "." and ".." entries of the filesystem, but ignore them on the list since games don't expect to see them there.
|
2012-11-10 12:15:44 +01:00 |
|
Henrik Rydgard
|
7f15f02a56
|
Fix raw sector ISO reading bug.
|
2012-11-09 14:32:40 +01:00 |
|
Henrik Rydgard
|
ee1f0022ff
|
Fix LBN bug
|
2012-11-09 12:32:35 +01:00 |
|
Arthur Blot
|
449eceadba
|
Fix reading ISO pathes with 2 following slashes
|
2012-11-08 14:21:55 +01:00 |
|
Henrik Rydgard
|
d769297d06
|
Add a flags field to HLEFunction. Fix a small path issue.
|
2012-11-06 19:34:17 +01:00 |
|
Henrik Rydgard
|
aca35fc96c
|
More fixes and logging improvements
|
2012-11-06 18:56:56 +01:00 |
|
Henrik Rydgard
|
7894c6a1c5
|
Implement LBN reading in GetFileInfo, can now load modules via /sce_lbn%x_%x paths
|
2012-11-06 18:32:28 +01:00 |
|
Henrik Rydgard
|
6f85f02e25
|
Module loading fixes - proper module blacklisting, correct some error codes
|
2012-11-05 12:02:09 +01:00 |
|
Henrik Rydgard
|
6bed1afb72
|
Merge branch 'master' of https://github.com/artart78/ppsspp into artart78-master
|
2012-11-04 23:59:26 +01:00 |
|
Henrik Rydgard
|
64cc573703
|
Switch to "GPL 2.0 or later" for various reasons. I wrote most of the code I imported from Dolphin (which is GPL2-but-not-later), so it should be OK.
|
2012-11-04 23:24:00 +01:00 |
|
Arthur Blot
|
6f391515a6
|
Redid some things about callbacks, and made easy bugfixes
|
2012-11-04 17:32:55 +01:00 |
|
MrOrdinaire
|
1ab9943643
|
fix missing #include's and missing CMake linking directives
|
2012-11-03 10:33:24 +08:00 |
|
Henrik Rydgard
|
4f7ad15758
|
Add snapshot of the whole source code.
|
2012-11-01 16:19:01 +01:00 |
|