Update readme to list additional required packages to build for wii u - #21
Open
TheOliveOli38 wants to merge 260 commits into
Open
Update readme to list additional required packages to build for wii u#21TheOliveOli38 wants to merge 260 commits into
TheOliveOli38 wants to merge 260 commits into
Conversation
Used in Undertale's save points and in the main menu Also remove the (wrongly implemented) substr, which is actually a builtin GML script in Undertale
Undertale tries opening and closing INI files ON EVERY FRAME when the save dialog is open While this does not matter in modern systems, it WILL cause slow downs on the PlayStation 2 target So, to workaround this, we'll keep it in memory
We also copy a ICON.ICO file from the boot device folder, which is used for the PlayStation 2 save icon
Some objects, like obj_snowfloor, are VERY laggy
This way we can fit more things in the atlas
Useful to increase I/O speed, because Undertale's textures are mostly flat textures
Run Once ./build-cmake-n3ds.sh then ./build-n3ds.sh to build
Add a TODO list for features.
- Removed OpenGL and GLFW dependencies, replacing them with Citro2D for rendering. - Updated input handling to use Citro2D's input methods instead of GLFW. - Commented out unused functions and code related to GLFW and OpenGL. - Initialized graphics and input systems specific to the N3DS platform. - Adjusted the main loop to accommodate N3DS-specific timing and frame management. - Added TODOs for future implementation of rendering and input handling. Tried to build, failed with linker errors.
Add stb_image and stb_ds implementations for image handling - Updated CMake configuration to include stb_image and stb_ds headers. - Added stb_impl.c to provide implementations for stb_image and stb_ds. - Modified main.c to include stb_ds and stb_image_write headers. - Adjusted build scripts to ensure stb_impl.o is compiled and linked. - Incremented progress markers to reflect new build targets.
Add N3DS file system support and logging functionality - Introduced N3DSFileSystem for handling file operations specific to the 3DS environment. - Updated main application logic to utilize the new N3DSFileSystem for reading files. - Implemented logging to SD card for tracking application events and errors. - Modified build configuration to include new source files and update linking. - Enhanced progress tracking in build system. - Cleaned up command line argument parsing and removed unused code.
Honestly, there isn't a lot of things that we can do to improve the I/O latency when loading from a CDVD, so the last restort is moving things to EE RAM, which DOES improve hitches a lot
For some REASON these cause the game to stop crashing when the audio system is enabled, this makes no sense
… PS2 target mallinfo was not considering things like the ELF size, so I was confused to why malloc was failing WAY eariler than it should've been
We MUST keep the free RAM above ~495616 to avoid the game freezing for no apparent reason
Used in the Asriel battle
Used in the Asriel battle
Runner_draw CAN execute GML code, so we need to make sure that it is ran when the GM:S games expect it
…tive/cinnamon" This reverts commit 40a0b44, reversing changes made to 16b1f3b.
We do not use this yet, this was merged from the main repo and because of the specific changes that were made for cinnamon it was yelling about github actions failing
Added instructions for building and using the 3DS version of the project, including setup, commands, and output details.
… additional instructions, as well as updated 3DS source
…he specified path, and add the -O3 compiler flag for 3DS
…vent room, better atlas ram caching, and remove cwavtool dependancy entirely from preprocessor as that is no longer needed
This file contains hidden or 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
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.
Just a quick little readme edit since the requirement for the ppc bzip2 libs and sdl2 for wii u wasn't properly disclosed and it tripped me up when i tried to build from source myself lmao