Search results

  1. S

    GP32 Saving A File

    Hi! I want to save some things in a txt file, but it don't works. I have searched for answers in this forum, but I cant find them. Please help me. :unsure: That's my code: #include <stdlib.h> #include "gpdef.h" #include "gpstdlib.h" #include "gpgraphic.h" #include "gpmain.h" #include...
  2. S

    Ogg Sound Files?

    Hi! I have programmed my first Fenix game and it’s working, but I have one problem. I have included an ogg file, but it only works on my PC and not on my GP32. I have use this code: play_song(load_song("musik.ogg"),999); What have I made wrong?
  3. S

    .fpg Problem

    Hi! Thats my problem: When I add png or map files into a 8 bit .fpg file, their colors turn into very dark(gray) colors, and when I use 16 bit fpgs , can load them into fenix, but the grafics dont exist. I use fpg.exe to build fpgs. Has someone an idea, what I can do, or Do someone know a...
Back
Top