Recent content by Hansausage

  1. Hansausage

    Homebrew [Release] {beta} sf2dlib - Simple and Fast 2D library (using the GPU)

    EDIT: No, libsf2d.a isn't there. After putting it there my program built. Thanks for your help, a ton. #--------------------------------------------------------------------------------- .SUFFIXES: #--------------------------------------------------------------------------------- ifeq ($(strip...
  2. Hansausage

    Homebrew [Release] {beta} sf2dlib - Simple and Fast 2D library (using the GPU)

    OK, after downloading the latest source and running make install. It installed. Running make on my program however still gave me the same error. gabe@gabe-110-243w:/opt/devkitpro/projects/sf2dlib_template$ make linking sf2dlib_template.elf...
  3. Hansausage

    Homebrew [Release] {beta} sf2dlib - Simple and Fast 2D library (using the GPU)

    I copied sf2d.h to the libctru include folder, but there wasn't a libsf2d anywhere (that i saw) Running make install resulted in a ton of errors about a bunch of functions with too few arguments. It's honestly a mess. gabe@gabe-110-243w:/opt/devkitpro/sf2dlib-master/libsf2d$ make install...
  4. Hansausage

    Homebrew [Release] {beta} sf2dlib - Simple and Fast 2D library (using the GPU)

    I have lsf2d installed yes, what do you mean by make install?
  5. Hansausage

    Homebrew [Release] {beta} sf2dlib - Simple and Fast 2D library (using the GPU)

    I have another question Yesterday I tried compiling my own sf2dlib application and got the following error: gabe@gabe-110-243w:/opt/devkitpro/projects/sf2dlib_template$ make linking sf2dlib_template.elf /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/4.9.2/../../../../arm-none-eabi/bin/ld...
  6. Hansausage

    Homebrew [Release] {beta} sf2dlib - Simple and Fast 2D library (using the GPU)

    OK I fixed the issue, after running it from the sf2dlib folder I found out I wasn't pointing to the aemstro_as.py script in the makefile. I did that and ran make and nothing really happened, just a flood of terminal output. I did the same to the makefile in the sample folder and ran make and...
  7. Hansausage

    Homebrew [Release] {beta} sf2dlib - Simple and Fast 2D library (using the GPU)

    Hey, can someone help me set up sf2dlib in Ubuntu? Currently whenever I try and build the sample I get the following terminal output: gabe@gabe-110-243w:/opt/devkitpro/sf2dlib-master/sample$ make linking sf2d_sample.elf...
  8. Hansausage

    Homebrew NINJHAX Constant crash to system menu

    Anytime I try to scan the NINJHAX QR Code I constantly crash to the system menu. Running firmware 7.1.0-12U on a 2DS. Screenshot of my SD card - http://prntscr.com/80syld
  9. Hansausage

    Homebrew Homebrew Development

    What if I made a wiki that was well updated and up to date... Would anyone actually use it and contribute to it? Just a question...
  10. Hansausage

    Homebrew Homebrew Development

    Welp, I didn't necessarily luck out... Will any DS flashcard work? R4? Or do i need a 3DS card like gateway?
  11. Hansausage

    Homebrew Homebrew Development

    Hi, new here so sorry if I sound like a complete newbie. Is there an official 3DS homebrew respritory? If not I was considering creating one but after I get used to some of the 3DS homebrew community. Can someone tell me how to get started on executing homebrew on my 3DS? Is there an official...