Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
This does mean that some antivirus programs can pick this up as it can look like unwanted behaviour. For example for this game, older versions of FF13Fix used dinput8.dll in this way (newer ones use a different dll).
Of course, if you are unsure, best to be safe than sorry.
I think I'm gonna choose the safe way ...
When you develop an app, mostly, you don't do anything at scratch. You use severals layers of development stacks on the IDE, and those are called SDK's, API's and libraries. When I work in a project, I do it for one exact build of those SDK, API's and libraries.
So the most common practice, is to include the library you build with your software to give sure that this will not break with an update. And that's what exactly happening here.
You can delete dinput8.dll included in the game safely, but then Square ENIX don't know if your game will work as intended. (You may benefit even from better performance as this is a updated version)
Anyway, you don't really need to be that concerned about computer security. Your AV is giving you a fake positive based on modified/hacked dinput8.dll maybe used to inject code into your software. And this is not such a bad thing, maybe, Square ENIX had to edit dinput8.dll to fix something on the go.