libretro: Add MSAA options

This commit is contained in:
Connor McLaughlin
2020-10-31 14:39:38 +10:00
parent f39b3006f2
commit 95dba59826
3 changed files with 29 additions and 1 deletions

View File

@ -13,6 +13,7 @@ A "BIOS" ROM image is required to to start the emulator and to play games. You c
## Latest News
- 2020/10/31: Multisample antialiasing added as an enhancement.
- 2020/10/30: Option to use analog stick as d-pad for analog controller added.
- 2020/10/20: New cheat manager with memory scanning added. More features will be added over time.
- 2020/10/05: CD-ROM read speedup enhancement added.