Skip to content

Commit 70d78e0

Browse files
authored
Merge pull request #858 from overwatcheddude/E-mote
Add E-mote
2 parents c7795ed + eb000b1 commit 70d78e0

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

descriptions/SDK.E-mote.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +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.

rules.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ CRIWARE[] = (?:^|/)cri_ware_unity\.dll$
266266
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})$
267267
DirectStorage = (?:^|/)dstorage\.dll$
268268
Discord = (?:^|/)(?:lib)?discord(?:|-rpc|_game_sdk)\.(?:dll|dylib|so)$
269+
E-mote = ^emotedriver\.dll$
269270
EpicOnlineServices = (?:^|/)(?:lib)?eossdk
270271
FluidSynth = fluidsynth
271272
FMOD = (?:^|/)(?:lib)?fmod(?:l|ex|exl|studio|studiol)?(?:64)?\.(?:dylib|dll|so)$

tests/types/SDK.E-mote.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
emotedriver.dll

tests/types/_NonMatchingTests.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -905,6 +905,11 @@ Binaries/amd_fidelityfx_vk.dlll
905905
CryRenderVulkanxdll
906906
CryD3DCompilerStubxdll
907907
enginexpak
908+
emotedriver_dll
909+
notactuallyemotedriver.dll
910+
emotedriver.dllwhoops
911+
sub/dir/notactuallyemotedriver.dll
912+
sub/dir/emotedriver.dllwhoops
908913
LICENSExelectronxtxt
909914
scummvmxexe
910915
packs/sli_spk

0 commit comments

Comments
 (0)