mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-12-27 03:31:49 +01:00
[Core/Sound] fixed typo error (could potentially break nuked ym2413 core state saving)
This commit is contained in:
parent
8359664e58
commit
bd7875b398
@ -3,7 +3,7 @@
|
|||||||
* Sound Hardware
|
* Sound Hardware
|
||||||
*
|
*
|
||||||
* Copyright (C) 1998-2003 Charles Mac Donald (original code)
|
* Copyright (C) 1998-2003 Charles Mac Donald (original code)
|
||||||
* Copyright (C) 2007-2019 Eke-Eke (Genesis Plus GX)
|
* Copyright (C) 2007-2020 Eke-Eke (Genesis Plus GX)
|
||||||
*
|
*
|
||||||
* Redistribution and use of this code or any derivative works are permitted
|
* Redistribution and use of this code or any derivative works are permitted
|
||||||
* provided that the following conditions are met:
|
* provided that the following conditions are met:
|
||||||
@ -487,7 +487,7 @@ int sound_context_save(uint8 *state)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
#ifdef HAVE_YM3438_CORE
|
#ifdef HAVE_OPLL_CORE
|
||||||
save_param(&config.opll, sizeof(config.opll));
|
save_param(&config.opll, sizeof(config.opll));
|
||||||
if (config.opll)
|
if (config.opll)
|
||||||
{
|
{
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
* Sound Hardware
|
* Sound Hardware
|
||||||
*
|
*
|
||||||
* Copyright (C) 1998-2003 Charles Mac Donald (original code)
|
* Copyright (C) 1998-2003 Charles Mac Donald (original code)
|
||||||
* Copyright (C) 2007-2019 Eke-Eke (Genesis Plus GX)
|
* Copyright (C) 2007-2020 Eke-Eke (Genesis Plus GX)
|
||||||
*
|
*
|
||||||
* Redistribution and use of this code or any derivative works are permitted
|
* Redistribution and use of this code or any derivative works are permitted
|
||||||
* provided that the following conditions are met:
|
* provided that the following conditions are met:
|
||||||
|
Loading…
Reference in New Issue
Block a user