Created Unassigned: Fix a potential memory leak in gui/Config.c [11833]
Self explanatory. If a memory alloc failure occurred, a leak would happen because the file handle f wouldn't be closed. This would likely not happen 99% of the time, but it's still good practice to fix...
View ArticleCreated Unassigned: Fix sscanf overflow in libpcsxcore/misc.c [11834]
In misc.c lines 302 and 304 these sscanf calls would overflow past exename by one character since the width specifier is 256. While exename is also an array of 256 characters, we would want to make the...
View ArticleNew Post: PCSXR Mac Memory Card Folder Location
That's what I thought, however there is nothing in that folder, aside from the gamesave I downloaded. Here's a screenshot of my library/application support folder. I haven't moved any default folder...
View ArticleClosed Unassigned: Fix a potential memory leak in gui/Config.c [11833]
Self explanatory. If a memory alloc failure occurred, a leak would happen because the file handle f wouldn't be closed. This would likely not happen 99% of the time, but it's still good practice to fix...
View ArticleClosed Unassigned: Fix sscanf overflow in libpcsxcore/misc.c [11834]
In misc.c lines 302 and 304 these sscanf calls would overflow past exename by one character since the width specifier is 256. While exename is also an array of 256 characters, we would want to make the...
View ArticleSource code checked in, #91262
OS X: Move the default folder for the memory cards to within the user's Documents folder.
View ArticleNew Post: PCSXR Mac Memory Card Folder Location
Just out of curiosity, which version of PCSXR are you using? Which version of Mac OS X?
View ArticleNew Post: PCSXR Mac Memory Card Folder Location
PCSXR 1.9.93 and Mac OS X 10.9.4. I successfully got it to recognize the other memory card in the folder so it's not a huge problem, I just thought it was super weird that the stock memory card pcsxr...
View ArticleCreated Unassigned: Fix two other possible sscanf overflows [11836]
Same as https://pcsxr.codeplex.com/workitem/11834, but these were found in cdriso.c instead.Attached a patch that fixes these.
View ArticleReviewed: 1.9.93 (八月 21, 2014)
Rated 5 Stars (out of 5) - Hello, may I know if you are interested to find Sponsor for your product? And we want to be your sponsor. Please mail me cxienancy@gmail.com for detailed information. Thank...
View ArticleClosed Unassigned: Fix two other possible sscanf overflows [11836]
Same as https://pcsxr.codeplex.com/workitem/11834, but these were found in cdriso.c instead.Attached a patch that fixes these.Comments: Applied.
View ArticleCommented Unassigned: Metal Gear Solid issues with patches [11722]
Hello Everyone,This Castlevania Chronicles fix is causing problems with metal gear.https://pcsxr.codeplex.com/SourceControl/changeset/82818but you have to revert this patch also or you won't hear the...
View ArticleNew Post: Should char system be
Hello Everyone, In the struct DIRENTRY {char name[20]; s32 attr; s32 size; u32 next; s32 head; char system[4]; }; Should char system be [8]?
View ArticleNew Post: Downloaded Game saves mac?
I seem to be having a problem using downloaded game saves - long story short I accidentally deleted my FF7 saves by formatting the memory card. I cant seem to get pcsx-R to recognise the downloaded...
View ArticleNew Post: Downloaded Game saves mac?
Hello Nightxstalker, No problem here. And you don't have to change the name of the file. You have to open the memory card manager and select the file you downloaded.
View Article