Recent content by c0pE88

  1. c0pE88

    Hacking Unofficial Luma build discussion

    is this compatible with the latest ver of ctgp7. Im having update issues? 1672313254 is this compatible with the latest ver of ctgp7. Im having update issues?
  2. c0pE88

    chatgpt! could it be useful?

    not sure that's why I brought the idea here. maybe you guys could ask it some questions. 1670645097 just bit the apple... 1670646266 chat gpt created this as an example C++ #include <stdio.h> #include <stdint.h> #include <string.h> // Structure for a .gba file header struct gba_header {...
  3. c0pE88

    chatgpt! could it be useful?

    To create a 3DS homebrew app that creates .cia files from .gba files, you would first need to decide on the purpose and functionality of the app. For example, you might want the app to convert existing GBA ROM files into .cia files that can be installed and run on the 3DS. Once you have decided...