it's the BIOS doing IGR
turn off IGR or set it to a specific port using NKpatcher
or edit the BFM bios (PBL)
CODE
;;; In-Game Reset settings:
;;;
;;; IGR = Enable IGR code
;;;
;;; Button combinations:
;;; * triggers+back+start
;;; * triggers+back+black
;;; * triggers+start+black
;;;
;;; IGR_TO_DASHBOARD = Reset to dashboard, not DVD. Changed button combos:
;;; * triggers+back+start to dashboard
;;; * triggers+back+black to dashboard
;;; * triggers+start+black to first DVD, then dashboard
;;;
;;; IGR_FULL_REBOOT = Do a full reboot instead of the default quick reboot.
;;; Some games hang (Soul Calibur 2 during a match) with
;;; quick reboot.
;;;
;;; IGR_MASTER_PORT #port_number = Only allow IGR from pad port #port_number,
;;; where #port_number is 0-3 (0 the left-most
;;; port, 3 the right-most.)
;;;
%define IGR
%define IGR_TO_DASHBOARD
; %define IGR_FULL_REBOOT
; %define IGR_MASTER_PORT 0
This post has been edited by xman954: Jul 12 2006, 04:06 PM