Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel5151 authored Aug 24, 2018
1 parent 51457bc commit 22d9de7
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/ui/SDL2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ It's not the cleanest code, but it works, and is pretty modular.
- Initializes and routes events / output to and from `GUIModules`
- `gui_modules` - Individual components of the UI
- Implement simple interface (accept input, update self, render output)
- `EmuModule` - ANESE core
- Owns, updates, and presents the output of ANESE core
- Handles loading / unloading ROMs, Movies, and savs
- `MenuModule` - Menu system
- Runs the menu system
- Has reference to `EmuModule` (to load ROMs)
- `emu` - Basic NES output. Handles keyboard input and such.
- `ppu-debug` - A collection of debug windows for the PPU
- `widenes` - ANESE's wideNES implementation

0 comments on commit 22d9de7

Please sign in to comment.