mirror of
https://github.com/LNH-team/pico-launcher.git
synced 2026-06-02 09:06:54 +02:00
Add cheat documentation, enable input repeat for L and R, show cheat category name
This commit is contained in:
@@ -3,9 +3,13 @@
|
||||
#include "GameCheats.h"
|
||||
#include "picoLoader7.h"
|
||||
|
||||
/// @brief Factory for creating Pico Loader compatible cheat data.
|
||||
class PicoLoaderCheatDataFactory
|
||||
{
|
||||
public:
|
||||
/// @brief Converts the given \p gameCheats to Pico Loader format. Only the enabled cheats will be included.
|
||||
/// @param gameCheats The cheats to convert.
|
||||
/// @return Pointer to the created cheat data.
|
||||
pload_cheats_t* CreateCheatData(const std::unique_ptr<GameCheats>& gameCheats) const;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user