Giter Club home page Giter Club logo

Comments (7)

hrydgard avatar hrydgard commented on August 20, 2024

Keep sending pull requests with fixes :)

from ppsspp.

minhnhdo avatar minhnhdo commented on August 20, 2024

Do you want me to include the missing header into each file? Or do you prefer a centralized include?

from ppsspp.

hrydgard avatar hrydgard commented on August 20, 2024

Oh sorry, missed that you were asking a question.

Please add them to all of the files, centralized includes tend to grow over time and slow down the build.

It's odd that this include problem isn't an issue on Mac or Android, it builds fine on those..

from ppsspp.

minhnhdo avatar minhnhdo commented on August 20, 2024

I suspect the compiler implicitly links the program with stdlib functions

from ppsspp.

minhnhdo avatar minhnhdo commented on August 20, 2024

after fixing a bunch of missing #includes and missing CMake linking directives, I'm able to run the program. However, running the program (./SDL/build/ppsspp) would only give me a blocky splash screen in the emulator, followed by a blocky menu. Is this intended?

from ppsspp.

hrydgard avatar hrydgard commented on August 20, 2024

No, it should work - it needs assets/ui_atlas.zim to be accessible though so you need to run it from the right directory. I hope to find some way to build the graphics into the binary later.

(try running ./buildassets.sh in /SDL to copy over the atlas from the android directory. yeah I know this is a bit silly)

from ppsspp.

minhnhdo avatar minhnhdo commented on August 20, 2024

it runs perfectly after I have copied the assets/ folder into the same folder containing ppsspp executable.

from ppsspp.

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.