| 78 | } |
| 79 | |
| 80 | static const txBundleEntry *fxBundleMapGet(const char *name) |
| 81 | { |
| 82 | int i; |
| 83 | for (i = 0; i < gBundleMapCount; i++) { |
| 84 | if (0 == strcmp(gBundleMap[i].name, name)) |
| 85 | return &gBundleMap[i]; |
| 86 | } |
| 87 | return NULL; |
| 88 | } |
| 89 | |
| 90 | int fxBundleIs(const char *buffer, size_t size) |
| 91 | { |