mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-03-12 09:31:08 +00:00
9 lines
125 B
C#
9 lines
125 B
C#
namespace ARMeilleure.IntermediateRepresentation
|
|
{
|
|
enum BasicBlockFrequency
|
|
{
|
|
Default,
|
|
Cold,
|
|
}
|
|
}
|