GPD Win2 >> Debian 9.0

build pcsx rearmed


雖然獨立的PCSX ReARMed模擬器無法支援全屏顯示(會有螢幕切割的狀況),這個問題可以在RetroArch模擬器得以解決,不過,作為優秀的PS1模擬器來說,編譯玩玩還是相當值得,步驟如下說明:

$ cd
$ git clone https://github.com/notaz/pcsx_rearmed
$ cd pcsx_rearmed/frontend
$ git submodule update --init --recursive

支援拉伸顯示

$ cd ..
$ vim frontend/libpicofe/plat_sdl.c +246
plat_sdl_overlay->hw_overlay = 1;
if (plat_sdl_overlay->hw_overlay)
  overlay_works = 1;
else
  fprintf(stderr, "warning: video overlay is not hardware accelerated, "
                  "not going to use it.\n");
SDL_FreeYUVOverlay(plat_sdl_overlay);
plat_sdl_overlay = NULL;

編譯

$ ./configure
$ ./pcsx

完成


返回上一頁