PizzaGames / emulio

Emulators frontend inspired by EmulationStation but written in a better platform to support better usability and eye candy.
GNU General Public License v3.0
9 stars 1 forks source link

Emulio#47 #56

Closed thalescesarp closed 6 years ago

thalescesarp commented 6 years ago

Scraper screen has been refactored to stop managing scrolling and listing. EmlScrollList was created to make ScrollList reusable and maintainable. Applied dependency inversion through interfaces and covered it with unit tests to enhance maintainability.