-
Open Apple menu -> System Preferences -> Bluetooth and disable Bluetooth on Mac as well as any other nearby Macs or devices which will try to pair with and confuse the controller.
-
Reset PS3 controller by inserting paperclip into pinhole near L2 button.
-
Connect PS3 controller to Mac with USB cable.
-
Enable Bluetooth.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Solo Queries | |
| *********************************************/ | |
| /* Phones (portrait and landscape) */ | |
| @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {} | |
| /* Phones (landscape) */ | |
| @media only screen and (min-width: 321px) {} | |
| /* Phones (portrait) */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # all php files :: disallow direct access of file | |
| # between <?php and ?> | |
| defined('_JEXEC') or die; | |
| # index.php :: define variable with application | |
| # between <?php and ?> | |
| $app = JFactory::getApplication(); | |
| # index.php :: define variable with document | |
| # between <?php and ?> |
NewerOlder