Skip to content

Commit

Permalink
change: 通道
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLHy0424 committed Sep 5, 2024
1 parent 310b381 commit eaaa37f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion launcher.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off
chcp 65001 > nul
set AUTO_LAUNCH=0
set CHANNEL=2
set CHANNEL=0
set CUSTOM_TITLE=[<CUSTOM>] CRCSN Launcher
if %CHANNEL%==0 (
title CRCSN Launcher
Expand Down
2 changes: 1 addition & 1 deletion src/def.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ using cstr=const i8 *;
using i16=short;
using u16=unsigned i16;
using i32=int;
#define CHANNEL 2
#define CHANNEL 0
#define CUSTOM_TITLE L"[<CUSTOM>] CRCSN"

0 comments on commit eaaa37f

Please sign in to comment.