History log of /reactos/win32ss/drivers/miniport/xboxvmp/xboxdisp.inf (Results 1 – 4 of 4)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 83e13630 28-Dec-2022 Joachim Henze <joachim.henze@reactos.org>

[INF] More deduplication and style harmonization (#4952)


- deduplication of manufacturer strings
- at some places harmonizes the different length of separator lines within the same file, centers

[INF] More deduplication and style harmonization (#4952)


- deduplication of manufacturer strings
- at some places harmonizes the different length of separator lines within the same file, centers the words (as requested by hbelusca during review), harmonizes those lines to 74characters length each
- moving some strings that are not to be localized into the non-localization string section
- other minor formatting preferences coauthored by StasM

show more ...


# bbccad0e 27-Jun-2022 Stanislav Motylkov <x86corez@gmail.com>

[INF] Set manufacturer as ReactOS Project for consistency

Also make it non-localizable. CORE-18191


Revision tags: 0.4.14-release
# ffa7cfc1 18-May-2021 Stanislav Motylkov <x86corez@gmail.com>

[INF] Remove remnants of XboxVmp driver which has its own INF file


# 019f21ee 26-Apr-2020 Victor Perevertkin <victor.perevertkin@reactos.org>

[MEDIA][CMAKE] Create add_driver_inf cmake function
*.inf files for drivers can now be placed along with the driver code