Mercurial > repos > blastem
view realtec.h @ 1400:6a0e3bb6981f
Only complain about the first missing mapping for a given gamepad so a user does not get inundated with warning modals when their gamepad lacks a mapping entry
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Wed, 14 Jun 2017 21:59:30 -0700 |
parents | 23c94f5266d1 |
children | 14a2834d010c |
line wrap: on
line source
#ifndef REALTEC_H_ #define REALTEC_H_ uint8_t realtec_detect(uint8_t *rom, uint32_t rom_size); rom_info realtec_configure_rom(uint8_t *rom, uint32_t rom_size, memmap_chunk const *base_map, uint32_t base_chunks); #endif //REALTEC_H_