Skip to content

Commit af29516

Browse files
Copilotsmokku
andcommitted
Use LOG_INFO macro instead of calling log_func directly
Agent-Logs-Url: https://github.com/X65/emu/sessions/0aa3d750-91b1-4e8e-842b-25cbb3466e47 Co-authored-by: smokku <147687+smokku@users.noreply.github.com>
1 parent 40561ba commit af29516

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/x65.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,7 @@ static void app_load_rom_labels(const char* rom_file) {
159159

160160
void app_init(void) {
161161
#if defined(SOKOL_GLES3) || defined(SOKOL_GLCORE)
162-
log_func(3, "app_init", __FILE__, __LINE__,
163-
"OpenGL context: %s %d.%d",
162+
LOG_INFO("OpenGL context: %s %d.%d",
164163
sapp_gl_is_gles() ? "OpenGL ES" : "OpenGL",
165164
sapp_gl_get_major_version(),
166165
sapp_gl_get_minor_version());

0 commit comments

Comments
 (0)