-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Roms info database please #1
Open
lineacero
wants to merge
48
commits into
roman5566:master
Choose a base branch
from
crystalct:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ct, this to avoid having multiple repositories, and will allow to build everything at once, with just a single makefile.
…recent libretro repository were not implemented (mostly "optimizations"), at least until it has been confirmed that they are safe, and do not break game compatibility.
FB Alpha RL Git, and with just one makefile everything is built.
…Player 1 & 2 - [libretro.cpp] Simplified input mapping and counting, this will avoid problems when adding more inputs in the future. - [gami.cpp] Updated macro strings, they had an "×" (multiplication symbol) instead of just "x"
- ported modifications / simplifications previously made to the latest updated code. - Default buttons changed for "Strong Punch" (R1) & "Strong Kick" (R2) to match PlayStation 1/2 controller version of those, check MvsC for PS1 for example or CvsS2 for PS2. - Default buttons changed for Neo-Geo, they now match PS1 and PS2 controller version. - ported initial input macro support (3x Punch (L1) / 3x Kick (L2)), macros for Neo-Geo will come later on.
…fo.txt) - Added initial ROM Info section to FBA RL, press "Triangle" when selecting a game to see the drivers required roms. - Fixed typo on "libretro.cpp" now Uni-Bios settings are read properly from FBA_RL.ini - Few other things I don't remember at this moment xD...
…alled over FB Alpha RL it can be accessed by pressing the PS button on the controller while running FB Alpha RL or even while playing an emulated game. - removed "psn_package_npdrm.exe" and replaced with "pkg.py" and other files (requires python 2.7), this one create proper PKGs. - updated Makefile with "Software Manual" PKG creation rules and other small details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Amiga (usando E-UAE Core) In which database is the list of this emulator created to be able to search for the rom set of the FB Neo RL Plus database.?
SNES:In which database is the list of this emulator created to be able to search for the rom set of the FB Neo RL Plus database.?
Megadrive: In which database is the list of this emulator created to be able to search for the rom set of the FB Neo RL Plus database.
Thanks