Fix references to Rom class in comments

This commit is contained in:
scawful
2024-04-14 15:20:56 -05:00
parent a647670d30
commit dfbe0014d9
10 changed files with 38 additions and 38 deletions

View File

@@ -20,7 +20,7 @@ namespace emu {
/**
* @class Emulator
* @brief A class for emulating and debugging SNES ROMs.
* @brief A class for emulating and debugging SNES games.
*/
class Emulator : public SharedRom {
public: