From c1ade72fcd37edc921c0d7a9b16abbbc864e012f Mon Sep 17 00:00:00 2001 From: overwatcheddude Date: Sat, 19 Oct 2024 20:09:19 +0400 Subject: [PATCH 1/2] Add E-mote --- descriptions/SDK.E-mote.md | 1 + rules.ini | 1 + tests/types/SDK.E-mote.txt | 1 + tests/types/_NonMatchingTests.txt | 5 +++++ 4 files changed, 8 insertions(+) create mode 100644 descriptions/SDK.E-mote.md create mode 100644 tests/types/SDK.E-mote.txt diff --git a/descriptions/SDK.E-mote.md b/descriptions/SDK.E-mote.md new file mode 100644 index 000000000..57e160130 --- /dev/null +++ b/descriptions/SDK.E-mote.md @@ -0,0 +1 @@ +[**E-mote**](https://emote.mtwo.co.jp/) is a Japanese software developed by M2 Co., Ltd. It is primarily used in visual novels to create highly animated and expressive character sprites. \ No newline at end of file diff --git a/rules.ini b/rules.ini index 1c5c9cd62..270ad75c2 100644 --- a/rules.ini +++ b/rules.ini @@ -266,6 +266,7 @@ CRIWARE[] = (?:^|/)cri_ware_unity\.dll$ cURL = curl(?:module|lib|d|-?[34]|-ttv|-x64|64|_pluginw64_release)?\.(?:dll|exe|lib|so|so\.[34]|so\.[34]\.[0-9]{1,3}\.[0-9]{1,3})$ DirectStorage = (?:^|/)dstorage\.dll$ Discord = (?:^|/)(?:lib)?discord(?:|-rpc|_game_sdk)\.(?:dll|dylib|so)$ +E-mote = ^emotedriver\.dll$ EpicOnlineServices = (?:^|/)(?:lib)?eossdk FluidSynth = fluidsynth FMOD = (?:^|/)(?:lib)?fmod(?:l|ex|exl|studio|studiol)?(?:64)?\.(?:dylib|dll|so)$ diff --git a/tests/types/SDK.E-mote.txt b/tests/types/SDK.E-mote.txt new file mode 100644 index 000000000..e9878c175 --- /dev/null +++ b/tests/types/SDK.E-mote.txt @@ -0,0 +1 @@ +emotedriver.dll \ No newline at end of file diff --git a/tests/types/_NonMatchingTests.txt b/tests/types/_NonMatchingTests.txt index 5f86a3355..402122f83 100644 --- a/tests/types/_NonMatchingTests.txt +++ b/tests/types/_NonMatchingTests.txt @@ -905,6 +905,11 @@ Binaries/amd_fidelityfx_vk.dlll CryRenderVulkanxdll CryD3DCompilerStubxdll enginexpak +emotedriver_dll +notactuallyemotedriver.dll +emotedriver.dllwhoops +sub/dir/notactuallyemotedriver.dll +sub/dir/emotedriver.dllwhoops LICENSExelectronxtxt scummvmxexe packs/sli_spk From eb000b17e6a297fde4c903837f7ee7c8c2b68302 Mon Sep 17 00:00:00 2001 From: overwatcheddude Date: Sat, 19 Oct 2024 20:15:25 +0400 Subject: [PATCH 2/2] Remove extra space --- descriptions/SDK.E-mote.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/descriptions/SDK.E-mote.md b/descriptions/SDK.E-mote.md index 57e160130..a4c44c29a 100644 --- a/descriptions/SDK.E-mote.md +++ b/descriptions/SDK.E-mote.md @@ -1 +1 @@ -[**E-mote**](https://emote.mtwo.co.jp/) is a Japanese software developed by M2 Co., Ltd. It is primarily used in visual novels to create highly animated and expressive character sprites. \ No newline at end of file +[**E-mote**](https://emote.mtwo.co.jp/) is a Japanese software developed by M2 Co., Ltd. It is primarily used in visual novels to create highly animated and expressive character sprites. \ No newline at end of file