Git Product home page Git Product logo

psx-modding-toolchain's People

Contributors

kuumba123 avatar mateusfavarin avatar superstarxalien avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

psx-modding-toolchain's Issues

Allow specifying custom compiler flags

As the title suggests I would like to request to allow you to specify custom compiler flags in the config.json file. This would be useful in my project where I need the -fshort-enums flag.

Automatically determine address

I'm unsure how reasonable this would be, but I was thinking if there could be a way to automatically determine the address to compile .c files for (based on user-defined memory ranges)?

Basically I have several smaller mods for a game, and compiling them each one by one works fine. However the issue comes when I want to combine multiple of them. Now if these mods don't share any of the same addresses for the .c files then it works fine, but it's a lot of work manually managing that. It means constantly checking the size of the output and seeing where in the exe there's enough of unused space to place that specific mod.

What I would propose would be in the buildlist to be able to set the address to auto and then somewhere else, like the config, you can specify available memory ranges which can be used. In my case this would consists of a lot of memory ranges in the exe where there are unused functions (mostly unused Psyq functions) which mods can freely overwrite. Then there'd be an option to build multiple mods at once where it'd make sure each mod uses a unique address from the range that fits the size of that mod.

C standard library functions not Compiling

I generally dont need the standard library (with this situation being the one exception) but when ever I try to use a regular C function like abs or sprintf the address gets complete messed up and Im not even sure if the function is even being compiled at all . I thought the Tool was suppoused to just put the extrac lib functions in the first file in buildlist.txt

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.