mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 22:25:41 +12:00
Update comments
Co-Authored-By: Mireille <13669774+fleroviux@users.noreply.github.com>
This commit is contained in:
parent
1037f93f61
commit
c4878ec4b4
2 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#pragma once
|
||||
#include <filesystem>
|
||||
|
||||
// Remember to initialize everything field here to its default value otherwise bad things will happen
|
||||
// Remember to initialize every field here to its default value otherwise bad things will happen
|
||||
struct EmulatorConfig {
|
||||
bool shaderJitEnabled = false;
|
||||
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
#include "toml.hpp"
|
||||
|
||||
// Largely based on https://github.com/nba-emu/NanoBoyAdvance/blob/master/src/platform/core/src/config.cpp
|
||||
// We are legally allowed, as per the author's wish, to use the above code without any licensing restrictions
|
||||
// However we still want to follow the license as closely as possible and offer the proper attributions.
|
||||
|
||||
void EmulatorConfig::load(const std::filesystem::path& path) {
|
||||
// If the configuration file does not exist, create it and return
|
||||
|
|
Loading…
Add table
Reference in a new issue