Skip to content

Improve FBNeo dat generator script#1677

Open
Ar4m1s wants to merge 2 commits into
libretro:masterfrom
Ar4m1s:fbneo-dat-gen
Open

Improve FBNeo dat generator script#1677
Ar4m1s wants to merge 2 commits into
libretro:masterfrom
Ar4m1s:fbneo-dat-gen

Conversation

@Ar4m1s

@Ar4m1s Ar4m1s commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

FBNeo_dat_gen.py has a few issues.

  1. The file was encoded as dos, which was different from the rest of the scripts.
  2. The script did not follow convention for cli args.
  3. A function tried to use the parser variable which was not passed to the function leading to error.
  4. When it generates the dat, it uses year instead of releaseyear.

This PR essentially just fixes these problems.

@Ar4m1s

Ar4m1s commented Jun 14, 2026

Copy link
Copy Markdown
Contributor Author

The diff looks quite bad because of the encoding change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant