mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Fix synthesizers typo.
This commit is contained in:
@@ -169,7 +169,7 @@ namespace Marechai.Database
|
||||
Work = 3,
|
||||
/// <summary>Memory used by the graphics processing units</summary>
|
||||
Video = 4,
|
||||
/// <summary>Memory used by the sound synthetizers</summary>
|
||||
/// <summary>Memory used by the sound synthesizers</summary>
|
||||
Sound = 5,
|
||||
/// <summary>Memory used to store wave tables</summary>
|
||||
Wavetable = 6,
|
||||
@@ -181,7 +181,7 @@ namespace Marechai.Database
|
||||
Configuration = 9,
|
||||
/// <summary>
|
||||
/// Memory accessible directly to any of the processors in the machine, including graphics processors and sound
|
||||
/// synthetizers
|
||||
/// synthesizers
|
||||
/// </summary>
|
||||
Unified = 10
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user