Search found 1836 matches

by WinterMute
Thu Feb 22, 2024 1:53 pm
Forum: 3DS Development
Topic: No sound in Citra or New 3DS
Replies: 2
Views: 242

Re: No sound in Citra or New 3DS

It's normal and probably not that obvious. Homebrew requires a copy of the DSP firmware to be placed on the SD card. See https://github.com/devkitPro/3ds-exampl ... /README.md which I really should have added some time ago.
by WinterMute
Thu Feb 22, 2024 10:48 am
Forum: devkitPPC
Topic: Big problem: include files with same name
Replies: 7
Views: 321

Re: Big problem: include files with same name

Porting OpenXcom is not so hard. "Standard" Makefile seem to do his work :D Well, sure. The Makefiles I wrote many years ago were intended to "just work" for most things people would want. They were written in a time when most homebrew programmers used .bat files or shell script...
by WinterMute
Wed Feb 21, 2024 11:44 pm
Forum: Off Topic
Topic: Cloudflare Ray ID: Error 1006 Access denied
Replies: 6
Views: 355

Re: Cloudflare Ray ID: Error 1006 Access denied

Impossible to say without an IP address to check. Email [email protected] if you're prefer not to say what it is in public.
by WinterMute
Wed Feb 21, 2024 10:45 pm
Forum: devkitPPC
Topic: Big problem: include files with same name
Replies: 7
Views: 321

Re: Big problem: include files with same name

No worries. Being honest though I think you're making life hard for yourself by attempting to shoehorn your port into a Makefile. We've spent quite a bit of time on support infrastructure that generally allows people to use existing buildsystems and thus require much less intrusive changes when comp...
by WinterMute
Wed Feb 21, 2024 3:24 pm
Forum: devkitPPC
Topic: Big problem: include files with same name
Replies: 7
Views: 321

Re: Big problem: include files with same name

yaml-cpp, grrlib and MLib are not distributed nor supported by devkitPro. Please remove those includes and libs from your devkitpro folder. I see nothing in this Makefile nor in any file we provide that would add include/FLAC/ to your include path. It must be something you've done to your environment.
by WinterMute
Tue Feb 20, 2024 8:32 pm
Forum: Switch Development
Topic: Connecting to USB Serial Device
Replies: 4
Views: 277

Re: Connecting to USB Serial Device

You could try using UsbHsInterfaceFilterFlags_bcdDevice_Min for flags & set bcdDevice_Min=0 - that should pick up anything the system hasn't claimed for itself.
by WinterMute
Tue Feb 20, 2024 12:52 pm
Forum: devkitPPC
Topic: libfreetype link problems after last update
Replies: 12
Views: 678

Re: libfreetype link problems after last update

Apologies, thought I'd done dockers more recently. Should be good now.
by WinterMute
Tue Feb 20, 2024 12:47 am
Forum: 3DS Development
Topic: Adding additional libraries/includes to makefile
Replies: 1
Views: 220

Re: Adding additional libraries/includes to makefile

We'd need a lot more information to provide useful assistance tbh. Like what specifically these libraries are and what buildsystem they use normally. Generally additional libraries should be compiled separately to your main project which should, assuming the library has a sensible build system, prod...
by WinterMute
Fri Feb 16, 2024 11:48 am
Forum: Announcements
Topic: February 2024 updates
Replies: 11
Views: 6065

switch-xxhash: 0.8.2

  • New package
With thanks to Averne

Supported installation for all our releases is via devkitPro pacman