Skip to content

Commit

Permalink
something
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRicePot authored Oct 20, 2022
1 parent 3e687be commit 2381130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IodineGBA/core/Emulator.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use strict";
/*
Copyright (C) 2012-2015 Grant Galitz
Copyright (C) 2012-2022 Grant Galitz
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
Expand Down Expand Up @@ -410,4 +410,4 @@ GameBoyAdvanceEmulator.prototype.enableDynamicSpeed = function () {
GameBoyAdvanceEmulator.prototype.disableDynamicSpeed = function () {
this.settings.dynamicSpeed = false;
this.setSpeed(1);
}
}

0 comments on commit 2381130

Please sign in to comment.