Recent content by stark2022

  1. S

    Homebrew Question How to display an image using SLD_Surface in Switch Devkit pro SDL2

    Hello everyone. I'm a beginner in home brew development. I have setup my environment and able to build some simple SDL2 switch apps which display a rectangle. Now I want to display an image using SDL_LoadBMP() I have a bmp image and also made romfs folder and made necessary changes to make...
  2. S

    Homebrew Question How to make a simple SDL2 program in Switch using devkit pro

    Hello thanks for your reply now I have changed the code and made it much simpler so that when launched it should set the window color to white. Here is my code.It compiles success fully and generates .nro file. But when I drop it in Yuzu it is stuck at launching progress bar screen :( I don't...
  3. S

    Homebrew Question How to make a simple SDL2 program in Switch using devkit pro

    Hello everyone I'm new to switch Homebrew development. I'm starting with SDL2 for Switch Homebrew.I have downloaded and installed devout pro. And opened graphics sdl2-simple example c++ program and compiled it. It compiles successfully and generates a .nro file. Then I dropped it in Yuzu...