Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sozud committed Jan 9, 2024
1 parent e6bc59a commit eb393d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psx_seq_player/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ static void my_audio_callback(void *userdata, Uint8 *stream, int len)
int main(int argc, char* argv[])
{
#ifndef PSX
if(argc > 0)
if(argc > 1)
{
std::string arg = argv[1];
if(arg == "test")
Expand Down

0 comments on commit eb393d3

Please sign in to comment.