Skip to content

Commit 22d9de7

Browse files
authored
Update README.md
1 parent 51457bc commit 22d9de7

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/ui/SDL2/README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ It's not the cleanest code, but it works, and is pretty modular.
88
- Initializes and routes events / output to and from `GUIModules`
99
- `gui_modules` - Individual components of the UI
1010
- Implement simple interface (accept input, update self, render output)
11-
- `EmuModule` - ANESE core
12-
- Owns, updates, and presents the output of ANESE core
13-
- Handles loading / unloading ROMs, Movies, and savs
14-
- `MenuModule` - Menu system
15-
- Runs the menu system
16-
- Has reference to `EmuModule` (to load ROMs)
11+
- `emu` - Basic NES output. Handles keyboard input and such.
12+
- `ppu-debug` - A collection of debug windows for the PPU
13+
- `widenes` - ANESE's wideNES implementation

0 commit comments

Comments
 (0)