Advertisement
FurryWulfz

ntsc j (bizhawk 1.11.0)

Mar 29th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. state("EmuHawk")
  2. {
  3.  
  4. uint Timer: "octoshock.dll", 0x3A9B5C;
  5.  
  6. }
  7.  
  8.  
  9. isLoading
  10. {
  11. return true;
  12. }
  13.  
  14. start
  15. {
  16.  
  17. return true;
  18.  
  19. }
  20.  
  21. reset
  22. {
  23.  
  24. return false;
  25.  
  26. }
  27.  
  28. split
  29. {
  30.  
  31.  
  32.  
  33. }
  34.  
  35.  
  36. gameTime
  37. {
  38. return TimeSpan.FromSeconds(current.Timer/4096f);
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement