Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - lo_gi

Pages: [1]
1
General Jo Engine Help / Re: Help me!
« on: February 23, 2021, 11:32:27 pm »
That is not Jo Engine code and it cannot be the code that is displaying the sonic image.

Look at the printf sample.

You want something like this:
Code: [Select]
#include <jo/jo.h>

void my_draw(void) {
    jo_set_printf_color_index(JO_COLOR_INDEX_White);
    jo_printf(0, 0, "Hello World");
}

void jo_main(void) {
jo_core_init(JO_COLOR_Black);
jo_core_add_callback(my_draw);
jo_core_run();
}

Although the Sega Saturn is not the best system to learn to code on.

2
Free talk / Password reset not working
« on: February 23, 2021, 11:24:58 pm »
I always seem to forget my password for this site and when I click on the 'forgotten password' link it never sends the message to my email.
I end up having to just create a new account. I think this is my third :)
I was using a hotmail account when this last happened.

Pages: [1]
SMF spam blocked by CleanTalk