mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-21 21:31:00 -06:00
update toml11. fixes bug with FPS settings corrupting config file
This commit is contained in:
10
src/frontend/qt_sdl/toml/toml11/scanner.hpp
vendored
Normal file
10
src/frontend/qt_sdl/toml/toml11/scanner.hpp
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef TOML11_SCANNER_HPP
|
||||
#define TOML11_SCANNER_HPP
|
||||
|
||||
#include "fwd/scanner_fwd.hpp" // IWYU pragma: export
|
||||
|
||||
#if ! defined(TOML11_COMPILE_SOURCES)
|
||||
#include "impl/scanner_impl.hpp" // IWYU pragma: export
|
||||
#endif
|
||||
|
||||
#endif // TOML11_SCANNER_HPP
|
Reference in New Issue
Block a user