Home
last modified time | relevance | path

Searched refs:Cheat (Results 126 – 150 of 1655) sorted by relevance

12345678910>>...67

/dports/emulators/stella/stella-6.6/src/cheat/
H A DBankRomCheat.hxx23 class BankRomCheat : public Cheat
H A DRamCheat.cxx27 : Cheat(os, name, code), in RamCheat()
H A DCheetahCheat.cxx25 : Cheat(os, name, code), in CheetahCheat()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_feature-722.0.0/src/
H A Dtests.rs7 matches!(UnstableFeatures::from_environment(krate), UnstableFeatures::Cheat) in rustc_bootstrap_parsing()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_feature-718.0.0/src/
H A Dtests.rs7 matches!(UnstableFeatures::from_environment(krate), UnstableFeatures::Cheat) in rustc_bootstrap_parsing()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_feature/src/
H A Dtests.rs7 matches!(UnstableFeatures::from_environment(krate), UnstableFeatures::Cheat) in rustc_bootstrap_parsing()
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_feature/src/
H A Dtests.rs7 matches!(UnstableFeatures::from_environment(krate), UnstableFeatures::Cheat) in rustc_bootstrap_parsing()
/dports/games/xgalaga++/xgalaga++-0.9/
H A Dinput.h28 bool Cheat() const { return cheat_; } in Cheat() function
/dports/games/libretro-stella2014/stella2014-libretro-64f9364/stella/src/cheat/
H A DRamCheat.cxx29 : Cheat(os, name, code) in RamCheat()
H A DCheetahCheat.cxx27 : Cheat(os, name, code) in CheetahCheat()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/macosx/Resources/zh-Hans.lproj/
H A DInfoPlist.strings11 "Playstation Cheat" = "PCSXR 金手指文件";
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/gui/po/
H A Dhu.po541 msgid "Add New Cheat"
577 #: ../gui/Cheat.c:423
825 #: ../gui/Cheat.c:117 ../gui/Cheat.c:202 ../win32/gui/CheatDlg.c:68
827 msgid "Cheat Code:"
831 msgid "Cheat Codes"
834 #: ../gui/Cheat.c:109 ../gui/Cheat.c:193
839 msgid "Cheat Search"
1255 msgid "Edit Cheat"
1344 #: ../gui/Cheat.c:147 ../gui/Cheat.c:242 ../gui/LnxMain.c:423
1817 #: ../gui/Cheat.c:147 ../gui/Cheat.c:242 ../win32/gui/CheatDlg.c:91
[all …]
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/network/
H A DNetworkAction.h39 Cheat, enumerator
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Docs/content/tools/
H A D_index.md90 It is also possible to import cheats from the built-in [Cheat Database](#from-the-cheat-database) o…
94 **To add a new cheat code**, click the `Add Cheat` button.
110 <span>Edit Cheat</span>
126 #### From the Cheat Database ####
133 To import from the cheats database, click `Import` and select `From Cheat Database`.
/dports/games/libretro-snes9x2010/snes9x2010-714b1c8/libretro/
H A Dlibretro.c1320 if (index > Cheat.num_cheats) in retro_cheat_set()
1323 if (index == Cheat.num_cheats) in retro_cheat_set()
1324 Cheat.num_cheats++; in retro_cheat_set()
1326 Cheat.c[index].address = address; in retro_cheat_set()
1327 Cheat.c[index].byte = val; in retro_cheat_set()
1328 Cheat.c[index].enabled = enabled; in retro_cheat_set()
1330 Cheat.c[index].saved = FALSE; /* it'll be saved next time cheats run */ in retro_cheat_set()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/macosx/Resources/ko-KR.lproj/
H A DInfoPlist.strings13 "Playstation Cheat" = "PCSXR 치트코드 파일";
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/macosx/Resources/zh-Hant.lproj/
H A DInfoPlist.strings13 "Playstation Cheat" = "PCSXR 金手指檔";
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/macosx/Resources/ru.lproj/
H A DInfoPlist.strings13 "Playstation Cheat" = "Файлы читов PCSXR";
/dports/games/doomsday/doomsday-2.3.1/doomsday/doc/libhexen/command/
H A Dgive.ame2 Cheat command to give you various kinds of things.
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/datasource/influxdb/components/
H A DInfluxCheatSheet.tsx13 <h2>InfluxDB Cheat Sheet</h2>
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/win32/
H A Dpcsxr.rc204 CAPTION "Edit Cheat Codes"
219 CAPTION "Cheat Search"
245 CAPTION "Edit Cheat Code"
251 LTEXT "Cheat Code:",IDC_LABEL_CODE,6,40,42,8
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/macosx/Source/
H A DCheatController.m71 - (instancetype)initWithCheat:(Cheat *)theCheat
261 tmpCheat.cheatName = NSLocalizedString(@"New Cheat", @"New Cheat Name" );
/dports/emulators/snes9x-gtk/snes9x-1.54.1/gtk/src/
H A Dgtk_s9x.cpp202 for (unsigned int i = 0; i < Cheat.num_cheats; i++) in S9xOpenROM()
204 if (Cheat.c[i].enabled) in S9xOpenROM()
207 Cheat.c[i].saved = FALSE; in S9xOpenROM()
/dports/emulators/snes9x-gtk/snes9x-1.54.1/win32/
H A Dwsnes9x.cpp323 extern SCheatData Cheat;
2364 if (Cheat.c [i].enabled) in WinProc()
9024 l=Cheat.num_cheats; in DlgCheater()
9119 strcpy(Cheat.c[Cheat.num_cheats-1].name, _tToChar(lvi.pszText)); in DlgCheater()
10078 CopyMemory(Cheat.CWRAM, Cheat.RAM, 0x20000); in DlgCheatSearch()
10079 CopyMemory(Cheat.CSRAM, Cheat.SRAM, 0x10000); in DlgCheatSearch()
10080 CopyMemory(Cheat.CIRAM, Cheat.FillRAM, 0x2000); in DlgCheatSearch()
10088 CopyMemory(Cheat.CWRAM, Cheat.RAM, 0x20000); in DlgCheatSearch()
10089 CopyMemory(Cheat.CSRAM, Cheat.SRAM, 0x10000); in DlgCheatSearch()
10090 CopyMemory(Cheat.CIRAM, Cheat.FillRAM, 0x2000); in DlgCheatSearch()
[all …]
/dports/games/libretro-snes9x2010/snes9x2010-714b1c8/src/
H A Dglobals.c219 SCheatData Cheat; variable

12345678910>>...67