LibXenon
Bare-metal Xbox 360 homebrew library
|
Go to the source code of this file.
Macros | |
#define | XENON_SPEED_1_3 4 |
#define | XENON_SPEED_1_2 3 |
#define | XENON_SPEED_3_2 2 |
#define | XENON_SPEED_FULL 1 |
Functions | |
void | xenon_thread_startup (void) |
void | xenon_make_it_faster (int speed) |
int | xenon_run_thread_task (int thread, void *stack, void *task) |
int | xenon_is_thread_task_running (int thread) |
void | xenon_sleep_thread (int thread) |
void | xenon_set_single_thread_mode () |
#define XENON_SPEED_1_2 3 |
Definition at line 12 of file xenon_power.h.
#define XENON_SPEED_1_3 4 |
Definition at line 11 of file xenon_power.h.
#define XENON_SPEED_3_2 2 |
Definition at line 13 of file xenon_power.h.
#define XENON_SPEED_FULL 1 |
Definition at line 14 of file xenon_power.h.
int xenon_is_thread_task_running | ( | int | thread | ) |
Definition at line 217 of file xenon_power.c.
void xenon_make_it_faster | ( | int | speed | ) |
Definition at line 226 of file xenon_power.c.
int xenon_run_thread_task | ( | int | thread, |
void * | stack, | ||
void * | task | ||
) |
Definition at line 208 of file xenon_power.c.
void xenon_set_single_thread_mode | ( | ) |
Definition at line 276 of file xenon_power.c.
void xenon_sleep_thread | ( | int | thread | ) |
Definition at line 270 of file xenon_power.c.
void xenon_thread_startup | ( | void | ) |
Definition at line 263 of file xenon_power.c.