VERSIÓ 1.6

- [FIX] La música ja torna a sonar
This commit is contained in:
2026-03-04 09:25:52 +01:00
parent 6d09afdf09
commit e92498fd16
4 changed files with 32 additions and 18 deletions

View File

@@ -7,6 +7,8 @@
#include <SDL3/SDL.h>
#include "jaudio.h"
#include "actor.h"
#include "versio.h"
namespace modules
{
namespace menu
@@ -122,7 +124,7 @@ namespace modules
//draw::print2(input::getPadBtnPressed(), 3, 0, 24, RED, FONT_ZOOM_NONE);
draw::print2("(C) JAILDOCTOR 2024", 11, 28, TEAL, FONT_ZOOM_NONE);
draw::print("v1.5b", 299, 233, WHITE, PAPER);
draw::print(VERSIO, 299, 233, WHITE, PAPER);
draw::render();
return OPTION_NONE;