| 195 | } |
| 196 | |
| 197 | int32_t menu::Settings::CBOnPreCreate(const char *elementId, sce::AppSettings::Element *element) |
| 198 | { |
| 199 | return SCE_OK; |
| 200 | } |
| 201 | |
| 202 | int32_t menu::Settings::CBOnPostCreate(const char *elementId, paf::ui::Widget *widget) |
| 203 | { |
nothing calls this directly
no outgoing calls
no test coverage detected