-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit Message: "Commented out binary read/write operations in cartri…
…dge and input modules" Added: - No new features added. Changed: - Commented out binary.Write operation for RomBanksCount in Serialize function in cartridge.go. - Commented out binary.Read operation for RomBanksCount in Deserialize function in cartridge.go. - Commented out binary.Write operations for directional and standard in Serialize function in input.go. - Commented out binary.Read operations for directional and standard in Deserialize function in input.go. Removed: - Removed import statement for "encoding/binary" in input.go.
- Loading branch information
duysqubix
committed
Oct 2, 2023
1 parent
6c1ac78
commit f73d02b
Showing
2 changed files
with
12 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters