Recent content by Daniel_Bradbury

  1. Daniel_Bradbury

    Tutorial Switch Homebrew development

    Yes, I installed everything that the guide said other than atom and cmder I also set up the environment variables as said. Edit 1: Ah. That's probably what the problem is Edit 2: Fixed it by just commenting out those lines Edit 3: The build works, but nothing is actually displayed to the...
  2. Daniel_Bradbury

    Tutorial Switch Homebrew development

    Getting this error: [...]/main.cpp:11:3: error: 'gfxInitDefault' was not declared in this scope 11 | gfxInitDefault(); | ^~~~~~~~~~~~~~ [...]/main.cpp:27:3: error: 'gfxExit' was not declared in this scope; did you mean 'nfcExit'? 27 | gfxExit(); | ^~~~~~~ What is...