mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2026-03-23 04:57:41 +00:00
8 lines
125 B
C#
8 lines
125 B
C#
namespace ARMeilleure.IntermediateRepresentation
|
|
{
|
|
enum BasicBlockFrequency
|
|
{
|
|
Default,
|
|
Cold,
|
|
}
|
|
}
|