mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-21 22:07:14 +02:00
8 lines
125 B
C#
8 lines
125 B
C#
namespace ARMeilleure.IntermediateRepresentation
|
|
{
|
|
enum BasicBlockFrequency
|
|
{
|
|
Default,
|
|
Cold,
|
|
}
|
|
}
|