InlineContext.cs 235 B

1234567891011
  1. namespace Ryujinx.Horizon.Sdk.Sf.Cmif
  2. {
  3. class InlineContext
  4. {
  5. public static int Set(int newContext)
  6. {
  7. // TODO: Implement (will require FS changes???)
  8. return newContext;
  9. }
  10. }
  11. }