Skip to main content

Posts

[solution] Bluestacks | blackscreen when switching to fullscreen. Also works for apps/games that are showing black or purple background.

Click on the Crank (settings) within the right side toolbar. It is the fourth icon starting from the bottom. Click on Graphics. Select Directx for both Graphics Renderer and  Interface Renderer.  
Recent posts

[FIX] cyberpunk skip dialogue disappeared - pc Y button

  open C:\Games\Cyberpunk 2077\r6\config\inputUserMappings.xml with a text editor (ex. notepad++)   find   <mapping name="SceneFastForward_Button" type="Button" > ... </mapping> example (my non working settings)     <mapping name="SceneFastForward_Button" type="Button" >         <button id="IK_Pad_DigitLeft" />         <button id="IK_Y" overridableUI="fastForward" />     </mapping> and REPLACE it with the following:     <mapping name="SceneFastForward_Button" type="Button" >         <button id="IK_Pad_B_CIRCLE" />         <button id="IK_C" overridableUI="fastForward"/>     </mapping> thanks to the vanilla xml files on nexus mods as the original source.