|
RetroArch
|
#include <stddef.h>#include <string.h>#include <stdlib.h>#include "video_driver.h"#include "video_crt_switch.h"#include "video_display_server.h"Functions | |
| static void | crt_check_first_run (void) |
| static void | switch_crt_hz (void) |
| void | crt_aspect_ratio_switch (unsigned width, unsigned height) |
| static void | switch_res_crt (unsigned width, unsigned height) |
| static void | crt_screen_setup_aspect (unsigned width, unsigned height) |
| void | crt_switch_res_core (unsigned width, unsigned height, float hz, unsigned crt_mode, int crt_switch_center_adjust) |
| void | crt_video_restore (void) |
Variables | |
| static unsigned | ra_core_width = 0 |
| static unsigned | ra_core_height = 0 |
| static unsigned | ra_tmp_width = 0 |
| static unsigned | ra_tmp_height = 0 |
| static unsigned | ra_set_core_hz = 0 |
| static unsigned | orig_width = 0 |
| static unsigned | orig_height = 0 |
| static int | crt_center_adjust = 0 |
| static bool | first_run = true |
| static float | ra_tmp_core_hz = 0.0f |
| static float | fly_aspect = 0.0f |
| static float | ra_core_hz = 0.0f |
| void crt_aspect_ratio_switch | ( | unsigned | width, |
| unsigned | height | ||
| ) |
|
static |
| void crt_switch_res_core | ( | unsigned | width, |
| unsigned | height, | ||
| float | hz, | ||
| unsigned | crt_mode, | ||
| int | crt_switch_center_adjust | ||
| ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
1.8.15