Phoebe.ini 1.5 KB

123456789101112131415161718192021222324252627282930313233343536
  1. open_time = 300
  2. detect_time = 150
  3. image_tests = 1
  4. #high_speed = 1
  5. auto_region = 2
  6. auto_freq = 0
  7. reset_goto = 1
  8. # open_time = N
  9. # Where N is natural number in range 150 to 5000, expressed in miliseconds. Defines how long GDEMU will idle with “lid open” status presented to the console after image change. Default is 500ms.
  10. #
  11. # detect_time = N
  12. # Where N is natural number in range 150 to 5000, expressed in miliseconds. Defines how long GDEMU will idle with “busy” status presented to the console after image change. Default is 250ms.
  13. #
  14. # image_tests = B
  15. # Where B is 0 (disabled) or 1 (enabled). If disabled, image integrity tests will be relaxed to allow oversized media. Note that correct operation is not guaranteed with such images. Default is enabled.
  16. #
  17. # high_speed = B
  18. # Where B is 0 (disabled) or 1 (enabled). If enabled, GDEMU will transfer data from SD card in high speed mode . Note that this is an experimental option and might not work properly. Default is disabled.
  19. #
  20. # auto_region = N
  21. # Where N is the code for your console region, or -1 to disable the patcher (the default setting). The codes can be specified in numeric or single letter format:
  22. # 0 (or J): JAPAN
  23. # 1 (or T): TAIWAN and PHILIPINES
  24. # 2 (or U): USA and CANADA
  25. # 3 (or B): BRAZIL
  26. # 4 (or K): KOREA
  27. # 5 (or A): ASIA PAL area
  28. # 6 (or E): EUROPE
  29. # 7 (or L): LATIN AMERICA
  30. #
  31. # auto_freq = B
  32. # Where B is 0 (disabled) or 1 (enabled). If enabled, Phoebe will force VDP2 vertical refresh frequency to either 50 or 60 Hz, depending on the region of selected image. Default is enabled.