Initial cellSail implementation

Also a TODOs for frequencies
This commit is contained in:
Raul Tambre 2014-10-17 16:20:40 +03:00
parent 9e5403aeb3
commit d58beb8f4c
3 changed files with 617 additions and 29 deletions

View file

@ -540,7 +540,9 @@ int cellGcmSetSecondVFrequency(u32 freq)
switch (freq)
{
case CELL_GCM_DISPLAY_FREQUENCY_59_94HZ:
cellGcmSys->Todo("Unimplemented display frequency: 59.94Hz");
case CELL_GCM_DISPLAY_FREQUENCY_SCANOUT:
cellGcmSys->Todo("Unimplemented display frequency: Scanout");
case CELL_GCM_DISPLAY_FREQUENCY_DISABLE:
Emu.GetGSManager().GetRender().m_frequency_mode = freq;
break;