mirror of https://github.com/stella-emu/stella.git
spelling :)
This commit is contained in:
parent
112ed29e94
commit
7fc5be492a
|
@ -41,7 +41,7 @@ bool HqBlitter::isSupported(FrameBufferSDL2 &fb)
|
|||
{
|
||||
ASSERT_MAIN_THREAD;
|
||||
|
||||
if (!fb.isInitialized()) throw runtime_error("frambuffer not initialized");
|
||||
if (!fb.isInitialized()) throw runtime_error("framebuffer not initialized");
|
||||
|
||||
SDL_RendererInfo info;
|
||||
|
||||
|
|
Loading…
Reference in New Issue