mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2025-12-24 19:22:59 +00:00
9 lines
125 B
C#
9 lines
125 B
C#
namespace ARMeilleure.IntermediateRepresentation
|
|
{
|
|
enum BasicBlockFrequency
|
|
{
|
|
Default,
|
|
Cold,
|
|
}
|
|
}
|