Updated description comment

This commit is contained in:
StevenPhang22 2022-11-02 22:53:44 -04:00
parent e8e1d49ac5
commit 9796b5bffe
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
--Written by Steven Phang
--EmuGators
--This script is a draft of the realistic disk loading system.
--You can change the number of controllers tracked here.
require 'lfs' --Lua File Syayem, useful for searching file directories
require 'lfs' --Lua File System, useful for searching file directories
local roms = {}
local framecount = 0