|
Nugget
|
#include "openbios/patches/patches.h"#include <stdint.h>#include <stdlib.h>#include "common/hardware/pcsxhw.h"#include "common/syscalls/syscalls.h"#include "openbios/patches/hash.h"
Classes | |
| struct | patch |
Variables | |
| int | g_patch_permissive = 0 |
| enum patch_behavior clear_card_1_execute | ( | uint32_t * | ra | ) |
| enum patch_behavior custom_handler_1_execute | ( | uint32_t * | ra | ) |
| enum patch_behavior initgun_1_execute | ( | uint32_t * | ra | ) |
| enum patch_behavior patch_card2_1_execute | ( | uint32_t * | ra | ) |
| enum patch_behavior patch_card2_2_execute | ( | uint32_t * | ra | ) |
| enum patch_behavior patch_card_1_execute | ( | uint32_t * | ra | ) |
| enum patch_behavior patch_card_2_execute | ( | uint32_t * | ra | ) |
| enum patch_behavior patch_card_info_1_execute | ( | uint32_t * | ra | ) |
| enum patch_behavior patch_gte_1_execute | ( | uint32_t * | ra | ) |
| enum patch_behavior patch_gte_2_execute | ( | uint32_t * | ra | ) |
| enum patch_behavior patch_gte_3_execute | ( | uint32_t * | ra | ) |
| void patch_hook | ( | uint32_t * | ra, |
| enum patch_table | table | ||
| ) |
| enum patch_behavior patch_pad_1_execute | ( | uint32_t * | ra | ) |
| enum patch_behavior patch_pad_2_execute | ( | uint32_t * | ra | ) |
| enum patch_behavior patch_pad_3_execute | ( | uint32_t * | ra | ) |
| enum patch_behavior remove_ChgclrPAD_1_execute | ( | uint32_t * | ra | ) |
| enum patch_behavior remove_ChgclrPAD_2_execute | ( | uint32_t * | ra | ) |
| enum patch_behavior send_pad_1_execute | ( | uint32_t * | ra | ) |
| enum patch_behavior send_pad_2_execute | ( | uint32_t * | ra | ) |
| int g_patch_permissive = 0 |