Skip to content
#

dreamcast

Here are 84 public repositories matching this topic...

snickerbockers
snickerbockers commented May 30, 2017

I hit this on my laptop today. When gdb hits a softpoint, it prints this error message and softlocks; later it segfaults on exit.

This is only happening on older versions of gdb (my laptop runs debian which usually means it isn't running the latest version of anything). Upgrading my laptop to a newer version makes the problem go away, so it's probably a bug in GDB, but I'm opening this just b

mrneo240
mrneo240 commented Oct 12, 2018

defaults should be set in window creation to not allow inivisble windows

could be very confusing to those new to the engine.

default window size of 640x480 (mirror dc) or 800x600 would be sufficient.

Change could be made in simulant/application.h

struct AppConfig {
    unicode title = _u("Simulant Application");
    uint32_t width = 0;
    uint32_t height = 0;

Improve this page

Add a description, image, and links to the dreamcast topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dreamcast topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.