GithubHelp home page GithubHelp logo

Comments (2)

sahlberg avatar sahlberg commented on August 19, 2024 1

Ah,
try the latest version that is building now.
On PS3, the config is variable length and thus I strip off the header from the config file and generate a header inside pop-fe. Just so that I can basically concatenate multiple different configs into one if I want to.

When I added config support to psp I did not realize that the config were fixed size so I did the same as in the PS3 case. I.e. strip off the header when reading the config file and generate a header inside pop-fe.
That is wrong to do on PSP since we will never concatenate multiple configs and since they are fixed size.

I changed it now to use the header from inside the config as-is without trying to replace it with one generated inside pop-fe.

from pop-fe.

Webardo avatar Webardo commented on August 19, 2024

Thanks! Just tried the latest version and it works perfectly now.

Indeed configs for POPS are fixed size, just being either 140 bytes when they're for PSP only, and 272 bytes for both PSP and Vita. Interesting to see that the ones for PS3 can vary on size.

from pop-fe.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.