Skip to content

Commit

Permalink
v2.13 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
crystalct committed Nov 21, 2020
1 parent a184b4d commit 6050e0f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/.vs/VSWorkspaceState.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"ExpandedNodes": [
""
],
"SelectedNode": "\\fba_rl_input.cpp",
"SelectedNode": "\\fba_rl_render.cpp",
"PreviewInSolutionExplorer": false
}
Binary file modified source/.vs/slnx.sqlite
Binary file not shown.
Binary file modified source/.vs/source/v16/.suo
Binary file not shown.
Binary file modified source/.vs/source/v16/Browse.VC.db
Binary file not shown.
Binary file not shown.
6 changes: 5 additions & 1 deletion source/fba_rl_utility.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,11 @@ void c_fbaRL::LaunchFBACore(char* arg1, char* arg2, char* arg3, char* arg4, char
return;
}
if (strcmp(fgames[nSelectedGame]->sysmask, "MASKMEGADRIVE") == 0){
char core_path[] = "/dev_hdd0/game/FBNE00123/USRDIR/cores/genesis_plus_gx.SELF";
char core_path[256];
if (strcmp(fgames[nSelectedGame]->subsystem, "megacd") == 0 || g_opt_nMegaDriveDefaultCore == 1)
sprintf(core_path, "/dev_hdd0/game/FBNE00123/USRDIR/cores/genesis_plus_gx.SELF");
else
sprintf(core_path, "/dev_hdd0/game/FBNE00123/USRDIR/cores/fb_neo.SELF");
// char core_path[] = "/dev_hdd0/game/FBNE00123/USRDIR/cores/fb_neo.SELF";
// argv[11] = (char *)malloc(13);
// argv[12] = (char *)malloc(3);
Expand Down

2 comments on commit 6050e0f

@SoOzAciD
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dear All,
i m an old user of emulator, i start a few years ago with a Master System EUR.
I really apreciate your work my friends
End user of your work i can give you some repport bug like this one :)
When modify rom folders in FBRL+ and rescan roms directory and hang after that
No back to main menu, just restart PS3
Tell me if can post some comments like this one
Have a nice day, take care

@crystalct
Copy link
Owner Author

@crystalct crystalct commented on 6050e0f Dec 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wasn't be able to recreate your issue.... what versiond of CFW/Hen are you using?
Using RPCS3 emulator the isssue is the same?
Are you using last v2.13 (i suppose yes...)?
Come in out community: https://www.psx-place.com/threads/fb-neo-rl-plus-v2-13.29718/

Please sign in to comment.