Search found 1550 matches

by WinterMute
Thu Jun 02, 2022 12:18 am
Forum: GBA Development
Topic: How to compile .s to .gba?
Replies: 1
Views: 873

Re: How to compile .s to .gba?

I tried luvdis with some devkitARM compiled .gba files and managed to build identical ROMs OK. These are the commands I used to recompile the source. /opt/devkitpro/devkitARM/bin/arm-none-eabi-gcc rom.s -Ttext=0x8000000 -nostartfiles -nodefaultlibs -o rom.elf /opt/devkitpro/devkitARM/bin/arm-none-ea...
by WinterMute
Tue May 31, 2022 12:52 pm
Forum: Switch Development
Topic: libnx fsFsCreateDirectory cannot create subdirectory?
Replies: 1
Views: 1397

Re: libnx fsFsCreateDirectory cannot create subdirectory?

Generally we would advise sticking with stdio functions rather than using these functions directly unless there's a particularly good reason.
by WinterMute
Tue May 31, 2022 10:04 am
Forum: devkitARM
Topic: Getting "Please set DEVKITARM" in Debian Buster
Replies: 1
Views: 755

Re: Getting "Please set DEVKITARM" in Debian Buster

Did you install the tools you need? i.e. run something like sudo dkp-pacman -S switch-dev devkitARM after installing devkitPro pacman? Did you log out & in again or source the script to set the env variables as instructed? Is your shell bash compatible? Failing that show us the output of env in ...
by WinterMute
Tue May 31, 2022 2:32 am
Forum: Announcements
Topic: May 2022 updates
Replies: 9
Views: 10030

switch tools 1.12.0

https://github.com/switchbrew/switch-tools/releases/tag/v1.12.0 elf2kip/npdmtool: use actual lowest/highest priorities, ignoring field names npdmtool: Add support for optional OptimizeMemoryAllocation npdm flag npdmtool: generate correct save_data_owner_ids elf2kip/npdmtool: update json format to re...
by WinterMute
Tue May 31, 2022 2:25 am
Forum: Announcements
Topic: May 2022 updates
Replies: 9
Views: 10030

libnx 4.2.1

https://github.com/switchbrew/libnx/releases/tag/v4.2.1 system cache: Adjusted cache maintenance ABI for [14.0.0+]. svc: Added InfoType_IsSvcPermitted [14.0.0+]. svc: Removed svcCallSecureMonitor's non-existent return type. svc: Fixed definition of MemoryInfo struct. ldscript: Generated ELFs now sta...
by WinterMute
Tue May 31, 2022 2:19 am
Forum: Announcements
Topic: May 2022 updates
Replies: 9
Views: 10030

libctru v2.1.1

https://github.com/devkitPro/libctru/releases/tag/v2.1.1 FPSCR is now initialized with a predictable value in all threads (including the main thread). Added gspGetSessionHandle and gspLcdGetSessionHandle. Fixed bugs related to uninitialized data in srv/errf service wrappers. Further improvements to ...
by WinterMute
Tue May 31, 2022 2:17 am
Forum: Announcements
Topic: May 2022 updates
Replies: 9
Views: 10030

maxmod 1.0.15

  • add mmGetPositionRow and mmGetPositionTick
by WinterMute
Tue May 31, 2022 2:04 am
Forum: Announcements
Topic: May 2022 updates
Replies: 9
Views: 10030

switch-libarchive

  • new package
by WinterMute
Tue May 31, 2022 2:04 am
Forum: Announcements
Topic: May 2022 updates
Replies: 9
Views: 10030

switch-libtheora

  • new package
by WinterMute
Tue May 31, 2022 2:00 am
Forum: Announcements
Topic: May 2022 updates
Replies: 9
Views: 10030

devkitPPC release 41