diff options
author | 2016-04-16 15:30:19 +0200 | |
---|---|---|
committer | 2016-04-16 15:30:40 +0200 | |
commit | bff9111a30bf49c4847b071a0fa5489159c65c5e (patch) | |
tree | ff82153eb251a6e5decabebad3adaae4aee18e71 /artwork | |
parent | 932fb5a66856e738c17e5d983763eee255fc0f43 (diff) |
Add pillarboxing shaders and layout for bgfx, nw
Diffstat (limited to 'artwork')
-rw-r--r-- | artwork/bgfx/border_blur/default.lay | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/artwork/bgfx/border_blur/default.lay b/artwork/bgfx/border_blur/default.lay new file mode 100644 index 00000000000..1554a9ec50b --- /dev/null +++ b/artwork/bgfx/border_blur/default.lay @@ -0,0 +1,25 @@ +<?xml version="1.0"?> +<mamelayout version="2"> + <view name="Horizontal"> + <screen index="0"> + <bounds left="2" top="0" right="14" bottom="9" /> + </screen> + <screen index="0"> + <bounds left="0" top="0" right="2" bottom="9" /> + </screen> + <screen index="0"> + <bounds left="14" top="0" right="16" bottom="9" /> + </screen> + </view> + <view name="Vertical"> + <screen index="0"> + <bounds left="18.5" top="0" right="45.5" bottom="36" /> + </screen> + <screen index="0"> + <bounds left="0" top="0" right="18.5" bottom="36" /> + </screen> + <screen index="0"> + <bounds left="45.5" top="0" right="64" bottom="36" /> + </screen> + </view> +</mamelayout>
\ No newline at end of file |