mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-25 03:56:54 +01:00
Minor comment improvements
This commit is contained in:
parent
ff218daa09
commit
1daa664fe0
@ -1,14 +1,12 @@
|
|||||||
/**
|
/**
|
||||||
* @file settings.h
|
* @file e664_state.h
|
||||||
* @brief Menu Settings
|
* @brief ED64 state
|
||||||
* @ingroup menu
|
* @ingroup flashcart
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef FLASHCART_ED64_STATE_H__
|
#ifndef FLASHCART_ED64_STATE_H__
|
||||||
#define FLASHCART_ED64_STATE_H__
|
#define FLASHCART_ED64_STATE_H__
|
||||||
|
|
||||||
#include <stdint.h>
|
|
||||||
|
|
||||||
/** @brief ED64 Pseudo Writeback Structure */
|
/** @brief ED64 Pseudo Writeback Structure */
|
||||||
typedef struct {
|
typedef struct {
|
||||||
/** @brief The reset button was used */
|
/** @brief The reset button was used */
|
||||||
|
Loading…
Reference in New Issue
Block a user